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