INPUT_OBJECT

ClaimInventoryItemsMutationInput

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

link GraphQL Schema definition

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

link Require by