INPUT_OBJECT

IndividualInventoryItemFieldsMutationInput

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

link GraphQL Schema definition

  • input IndividualInventoryItemFieldsMutationInput {
  • # The ID of an `InventoryModelField`.
  • inventory_model_field_id: Int64Bit!
  • # The value for the field.
  • value: Text
  • }