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