Skip to main content

sales

List of the shop's sales.

sales(
filter: SaleFilterInput
sortBy: SaleSortingInput
query: String
before: String
after: String
first: Int
last: Int
): SaleCountableConnection

Arguments

sales.filter ● SaleFilterInput input

Filtering options for sales.

sales.sortBy ● SaleSortingInput input

Sort sales.

sales.query ● String scalar

Search sales by name, value or type.

sales.before ● String scalar

Return the elements in the list that come before the specified cursor.

sales.after ● String scalar

Return the elements in the list that come after the specified cursor.

sales.first ● Int scalar

Return the first n elements from the list.

sales.last ● Int scalar

Return the last n elements from the list.

Type

SaleCountableConnection object

Was this page helpful?