Skip to main content

DiscountResponse

No description

type DiscountResponse {
items: [Discount!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

DiscountResponse.items ● [Discount!]! non-null object

List of items of type Discount

DiscountResponse.itemsFound ● Int! non-null scalar

Total number of items found

DiscountResponse.offset ● Int! non-null scalar

The amount of items to show per page

DiscountResponse.page ● Int! non-null scalar

The current page

DiscountResponse.pages ● Int! non-null scalar

Total amount of pages

DiscountResponse.start ● Int! non-null scalar

Start position of the current page

DiscountResponse.end ● Int! non-null scalar

End position of the current page

Returned By

discounts query