Skip to main content

PricesheetResponse

No description

type PricesheetResponse {
items: [Pricesheet!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

PricesheetResponse.items ● [Pricesheet!]! non-null object

List of items of type Pricesheet

PricesheetResponse.itemsFound ● Int! non-null scalar

Total number of items found

PricesheetResponse.offset ● Int! non-null scalar

The amount of items to show per page

PricesheetResponse.page ● Int! non-null scalar

The current page

PricesheetResponse.pages ● Int! non-null scalar

Total amount of pages

PricesheetResponse.start ● Int! non-null scalar

Start position of the current page

PricesheetResponse.end ● Int! non-null scalar

End position of the current page

Returned By

pricesheets query