OBJECT

PartnerCompaniesConnection

A connection to a list of PartnerCompany values.

link GraphQL Schema definition

  • type PartnerCompaniesConnection {
  • # A list of `PartnerCompany` objects.
  • nodes: [PartnerCompany!]!
  • # A list of edges which contains the `PartnerCompany` and cursor to aid in
  • # pagination.
  • edges: [PartnerCompaniesEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `PartnerCompany` you could get from the connection.
  • totalCount: Int!
  • }