OBJECT

PartnerAccountsEdge

A PartnerAccount edge in the connection.

link GraphQL Schema definition

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