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