UserCollection
Last edit: Oct 26, 2022
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
)