OBJECT

AccountUserList

link GraphQL Schema definition

  • type AccountUserList {
  • # Actual data
  • entries: [AccountUser!]!
  • # Elapsed query time
  • elapsedTime: Int!
  • # Page info
  • pageInfo: PageInfo!
  • }

link Require by