INPUT_OBJECT
CreateInvoiceMessageMutationInput
The input object that defines the fields for the createInvoiceMessage mutation.
link GraphQL Schema definition
- input CreateInvoiceMessageMutationInput {
- # A descriptive name.
- : String!
- # The message.
- : String!
- # IDs of `AccountType`s.
- : [Int64Bit]
- # A note about this entity.
- : NoteMutationInput
- }