INPUT_OBJECT

CreateAddressStatusMutationInput

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

link GraphQL Schema definition

  • input CreateAddressStatusMutationInput {
  • # A descriptive name.
  • name: String!
  • # 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