INPUT_OBJECT
CreateNonInventoryItemMutationInput
The input object that defines the fields for the createNonInventoryItem mutation.
link GraphQL Schema definition
- input CreateNonInventoryItemMutationInput {
- # A descriptive name.
- : String!
- # The ID of a GeneralLedgerCode.
- : Int64Bit
- # A note about this entity.
- : NoteMutationInput
- }