INPUT_OBJECT
CreateGeneralLedgerCodeMutationInput
The input object that defines the fields for the createGeneralLedgerCode mutation.
link GraphQL Schema definition
- input CreateGeneralLedgerCodeMutationInput {
- #   A code for this general ledger code. This is typically numeric, but does not 
- #   have to be.
- : String!
- #   A human readable description for this general ledger code (e.g. Internet 
- #   Services.)
- : String!
- #   A note about this entity.
- : NoteMutationInput
- }