OBJECT

PayeeInvites

Wrapper for payee_invites with a any_more_results and count field

link GraphQL Schema definition

  • type PayeeInvites {
  • any_more_results: Boolean!
  • count: Int!
  • # List of payee invites
  • payee_invites: [PayeeInvite!]!
  • }