INPUT_OBJECT

CreateInternalLocationMutationInput

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

link GraphQL Schema definition

  • input CreateInternalLocationMutationInput {
  • # A descriptive name.
  • name: String!
  • # The ID of an `InventoryLocation`.
  • inventory_location_id: Int64Bit!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by