OrderlistsResponse
No description
type OrderlistsResponse {
items: [Orderlist!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
OrderlistsResponse.items ● [Orderlist!]! non-null object
List of items of type Orderlist
OrderlistsResponse.itemsFound ● Int! non-null scalar
Total number of items found
OrderlistsResponse.offset ● Int! non-null scalar
The amount of items to show per page
OrderlistsResponse.page ● Int! non-null scalar
The current page
OrderlistsResponse.pages ● Int! non-null scalar
Total amount of pages
OrderlistsResponse.start ● Int! non-null scalar
Start position of the current page
OrderlistsResponse.end ● Int! non-null scalar
End position of the current page
Returned By
orderlists query
Member Of
Cluster object ● Company object ● Contact object ● Customer object ● Product object