inventoryUpdate
AUTH: Role=[logistics.OWNER,logistics.EDITOR]
inventoryUpdate(
id: Int!
input: UpdateInventoryInput!
): InventoryResponse!
AUTH: Role=[logistics.OWNER,logistics.EDITOR]
inventoryUpdate(
id: Int!
input: UpdateInventoryInput!
): InventoryResponse!
inventoryUpdate.id
● Int!
non-null scalarinventoryUpdate.input
● UpdateInventoryInput!
non-null inputInventoryResponse
object