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