OBJECT
PartnerAccountsEdge
A PartnerAccount edge in the connection.
link GraphQL Schema definition
- type PartnerAccountsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `PartnerAccount` at the end of the edge.
- : PartnerAccount!
- }
OBJECT
A PartnerAccount edge in the connection.
- type PartnerAccountsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `PartnerAccount` at the end of the edge.
- : PartnerAccount!
- }