INPUT_OBJECT

CreateAccountStatusMutationInput

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

link GraphQL Schema definition

  • input CreateAccountStatusMutationInput {
  • # A descriptive name.
  • name: String!
  • # Whether or not this status activates the account.
  • activates_account: Boolean!
  • # A 6 character hexadecimal string, representing a color used in HTML.
  • color: HtmlHexColor!
  • # An icon.
  • icon: Icon!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by