OBJECT

CompaniesEdge

A Company edge in the connection.

link GraphQL Schema definition

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