OBJECT

PartnerCompaniesEdge

A PartnerCompany edge in the connection.

link GraphQL Schema definition

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