ProjectContactsEdgeConnection
A paginated list of Contact edges.
type ProjectContactsEdgeConnection {
pageInfo: PageInfo!
edges: [ProjectContactsEdge!]!
}
Fields
ProjectContactsEdgeConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
ProjectContactsEdgeConnection.edges
● [ProjectContactsEdge!]!
non-null object
A list of Contact edges.
Member Of
Project
object