INPUT_OBJECT
UpdateNonInventoryItemMutationInput
The input object that defines the fields for the updateNonInventoryItem mutation.
link GraphQL Schema definition
- input UpdateNonInventoryItemMutationInput {
- # A descriptive name.
- : String
- # The ID of a GeneralLedgerCode.
- : Int64Bit
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `general_ledger_code_id` to null.
- : Boolean
- }