OBJECT

PartnerAccountsConnection

A connection to a list of PartnerAccount values.

link GraphQL Schema definition

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