OBJECT

PaginatedUsers

Paginated response for user queries

link GraphQL Schema definition

  • type PaginatedUsers {
  • # List of users for the current page
  • users: [User!]!
  • # Total number of users matching the query
  • totalCount: Int!
  • }