INPUT_OBJECT

UnclaimInventoryItemsMutationInput

The input object that defines the fields for the unclaimInventoryItems mutation.

link GraphQL Schema definition

  • input UnclaimInventoryItemsMutationInput {
  • # The ID of an `InventoryItem`.
  • ids: [Int64Bit!]!
  • }

link Require by