INPUT_OBJECT
CreateAccountTypeMutationInput
The input object that defines the fields for the createAccountType mutation.
link GraphQL Schema definition
- input CreateAccountTypeMutationInput {
- #   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
- }