INPUT_OBJECT

LinkInventoryItemToAccountServiceMutationInput

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

link GraphQL Schema definition

  • input LinkInventoryItemToAccountServiceMutationInput {
  • # The ID of an `InventoryItem`.
  • inventory_item_id: Int64Bit!
  • # The ID of an AccountService.
  • account_service_id: Int64Bit
  • # Setting this value to `true` will set `account_service_id` to null.
  • unset_account_service_id: Boolean
  • }

link Require by