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