CompanyEdge
An edge in a connection.
type CompanyEdge {
cursor: String!
node: Company
}
Fields
CompanyEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
CompanyEdge.node ● Company object companies
The item at the end of the edge.
Member Of
CompanyConnection object