Skip to main content

SurchargesResponse

No description

type SurchargesResponse {
items: [Surcharge!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

SurchargesResponse.items ● [Surcharge!]! non-null object

List of items of type Surcharge

SurchargesResponse.itemsFound ● Int! non-null scalar

Total number of items found

SurchargesResponse.offset ● Int! non-null scalar

The amount of items to show per page

SurchargesResponse.page ● Int! non-null scalar

The current page

SurchargesResponse.pages ● Int! non-null scalar

Total amount of pages

SurchargesResponse.start ● Int! non-null scalar

Start position of the current page

SurchargesResponse.end ● Int! non-null scalar

End position of the current page

Returned By

surcharges query