OBJECT
PartnerAccountsConnection
A connection to a list of PartnerAccount values.
link GraphQL Schema definition
- type PartnerAccountsConnection {
- # A list of `PartnerAccount` objects.
- : [PartnerAccount!]!
- # A list of edges which contains the `PartnerAccount` and cursor to aid in
- # pagination.
- : [PartnerAccountsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `PartnerAccount` you could get from the connection.
- : Int!
- }