INPUT_OBJECT

UpdateAccountTypeMutationInput

The input object that defines the fields for the updateAccountType mutation.

link GraphQL Schema definition

  • input UpdateAccountTypeMutationInput {
  • # A descriptive name.
  • name: String
  • # A 6 character hexadecimal string, representing a color used in HTML.
  • color: HtmlHexColor
  • # An icon.
  • icon: Icon
  • # The type.
  • type: AccountTypeEnum
  • # The ID of an `InvoiceMessage`.
  • invoice_message_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `invoice_message_id` to null.
  • unset_invoice_message_id: Boolean
  • }

link Require by