Skip to main content

CompanyConnection

A connection to a list of items.

type CompanyConnection {
edges: [CompanyEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

CompanyConnection.edges ● [CompanyEdge] list object

A list of edges.

CompanyConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CompanyConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

companies query