INPUT_OBJECT
CreateInternalLocationMutationInput
The input object that defines the fields for the createInternalLocation mutation.
link GraphQL Schema definition
- input CreateInternalLocationMutationInput {
 - #   A descriptive name.
 - : String!
 - #   The ID of an `InventoryLocation`.
 - : Int64Bit!
 - #   A note about this entity.
 - : NoteMutationInput
 - }