ProductsRawResponse
Paginated response containing products
type ProductsRawResponse {
items: [Product!]!
itemsFound: Int!
offset: Int
page: Int
pages: Int!
start: Int!
end: Int!
}
Fields
ProductsRawResponse.items ● [Product!]! non-null object
Items returned by the query for the current page.
ProductsRawResponse.itemsFound ● Int! non-null scalar
Total number of items found
ProductsRawResponse.offset ● Int scalar
Number of items to skip
ProductsRawResponse.page ● Int scalar
Current page number (1-based)
ProductsRawResponse.pages ● Int! non-null scalar
Total number of pages
ProductsRawResponse.start ● Int! non-null scalar
Starting index for current page
ProductsRawResponse.end ● Int! non-null scalar
Ending index for current page
Returned By
productsRaw query