INPUT_OBJECT

CreateAccountTypeMutationInput

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

link GraphQL Schema definition

  • input CreateAccountTypeMutationInput {
  • # 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
  • }

link Require by