OBJECT

CompanyLocationsEdge

A CompanyLocation edge in the connection.

link GraphQL Schema definition

  • type CompanyLocationsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `CompanyLocation` at the end of the edge.
  • node: CompanyLocation!
  • }