Skip to main content

UsersResponse

No description

type UsersResponse {
items: [IBaseUser!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

UsersResponse.items ● [IBaseUser!]! non-null interface

List of items of type IBaseUser

UsersResponse.itemsFound ● Int! non-null scalar

Total number of items found

UsersResponse.offset ● Int! non-null scalar

The amount of items to show per page

UsersResponse.page ● Int! non-null scalar

The current page

UsersResponse.pages ● Int! non-null scalar

Total amount of pages

UsersResponse.start ● Int! non-null scalar

Start position of the current page

UsersResponse.end ● Int! non-null scalar

End position of the current page

Member Of

Orderlist object