INPUT_OBJECT

CreateCustomLinkMutationInput

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

link GraphQL Schema definition

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

link Require by