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