INPUT_OBJECT
UpdateAccountTypeMutationInput
The input object that defines the fields for the updateAccountType mutation.
link GraphQL Schema definition
- input UpdateAccountTypeMutationInput {
- #   A descriptive name.
- : String
- #   A 6 character hexadecimal string, representing a color used in HTML.
- : HtmlHexColor
- #   An icon.
- : Icon
- #   The type.
- : AccountTypeEnum
- #   The ID of an `InvoiceMessage`.
- : Int64Bit
- #   A note about this entity.
- : NoteMutationInput
- #   Setting this value to `true` will set `invoice_message_id` to null.
- : Boolean
- }