UserResponse
No description
type UserResponse {
items: [AdminUser!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
UserResponse.items
● [AdminUser!]!
non-null object
List of items of type User
UserResponse.itemsFound
● Int!
non-null scalar
Total number of items found
UserResponse.offset
● Int!
non-null scalar
The amount of items to show per page
UserResponse.page
● Int!
non-null scalar
The current page
UserResponse.pages
● Int!
non-null scalar
Total amount of pages
UserResponse.start
● Int!
non-null scalar
Start position of the current page
UserResponse.end
● Int!
non-null scalar
End position of the current page
Returned By
adminUsers
query