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