INPUT_OBJECT

UpdateCustomLinkMutationInput

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

link GraphQL Schema definition

  • input UpdateCustomLinkMutationInput {
  • # A descriptive name.
  • name: String
  • # A title that will be displayed for this item.
  • label: String
  • # The URL to navigate to.
  • url: String
  • # An icon.
  • icon: Icon
  • # A 6 character hexadecimal string, representing a color used in HTML.
  • icon_color: HtmlHexColor
  • # The model.
  • model: CustomLinkModel
  • # Setting this value to `true` will set `label` to null.
  • unset_label: Boolean
  • # Setting this value to `true` will set `icon_color` to null.
  • unset_icon_color: Boolean
  • }

link Require by