UserCollection
Last edit: Nov 10, 2025
No description
type UserCollection {
current_page: Int!
has_next_page: Boolean!
has_previous_page: Boolean!
per_page: Int!
results: [User!]
total_entries: Int!
total_pages: Int!
}
No description
type UserCollection {
current_page: Int!
has_next_page: Boolean!
has_previous_page: Boolean!
per_page: Int!
results: [User!]
total_entries: Int!
total_pages: Int!
}
current_page (Int)has_next_page (Boolean)has_previous_page (Boolean)per_page (Int)results (User)total_entries (Int)total_pages (Int)