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