CompanyConnection
The connection type for Company.
type CompanyConnection {
edges: [CompanyEdge]
nodes: [Company]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CompanyConnection.edges ● [CompanyEdge] list object common
A list of edges.
CompanyConnection.nodes ● [Company] list object companies
A list of nodes.
CompanyConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
CompanyConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
paginatedCompanies query