Skip to main content

orderingOptions

Accepts optional sorting and pagination arguments and returns the response containing single page of OrderingOptions, with additional technical information used for inter page navigation

orderingOptions(
first: Int!
after: String
sort: SortingParamsInput
): OrderingOptionConnection

Arguments

orderingOptions.first ● Int! non-null scalar

orderingOptions.after ● String scalar

orderingOptions.sort ● SortingParamsInput input

Type

OrderingOptionConnection object

A connection to a list of items.