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