listInventory
Get all inventory items filtered by various criteria.
listInventory(
after: String
before: String
filters: InventoryFiltersInput
first: Int
last: Int
): InventoryItemConnection!
Arguments
listInventory.after ● String scalar
Returns the elements in the list that come after the specified cursor.
listInventory.before ● String scalar
Returns the elements in the list that come before the specified cursor.
listInventory.filters ● InventoryFiltersInput input
Filtering options for inventory items.
listInventory.first ● Int scalar
Returns the first _n_ elements from the list.
listInventory.last ● Int scalar
Returns the last _n_ elements from the list.
Type
InventoryItemConnection object
The connection type for InventoryItem.