Skip to main content
Version: Canary 🚧

WarehouseSortingInput

No description

input WarehouseSortingInput {
direction: OrderDirection!
field: WarehouseSortField!
}

Fields

WarehouseSortingInput.direction ● OrderDirection! non-null enum

Specifies the direction in which to sort warehouses.

WarehouseSortingInput.field ● WarehouseSortField! non-null enum

Sort warehouses by the selected field.

Member of

warehouses query


Was this page helpful?