ContactConnection
The connection type for Contact.
type ContactConnection {
edges: [ContactEdge]
nodes: [Contact]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}
Fields
ContactConnection.edges ● [ContactEdge] list object common
A list of edges.
ContactConnection.nodes ● [Contact] list object common
A list of nodes.
ContactConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
ContactConnection.totalCount ● Int! non-null scalar common
The total number of objects returned from the query.
ContactConnection.totalPageCount ● Int! non-null scalar common
The total number of pages based on total page count and page size.
Returned by
contacts query
Member of
Company object ● ContactsField interface