OBJECT
CompanyLocationsEdge
A CompanyLocation edge in the connection.
link GraphQL Schema definition
- type CompanyLocationsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `CompanyLocation` at the end of the edge.
- : CompanyLocation!
- }
OBJECT
A CompanyLocation edge in the connection.
- type CompanyLocationsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `CompanyLocation` at the end of the edge.
- : CompanyLocation!
- }