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