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