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