INPUT_OBJECT
UpdateCustomLinkMutationInput
The input object that defines the fields for the updateCustomLink mutation.
link GraphQL Schema definition
- input UpdateCustomLinkMutationInput {
- # A descriptive name.
- String :
- # A title that will be displayed for this item.
- String :
- # The URL to navigate to.
- String :
- # An icon.
- Icon :
- # A 6 character hexadecimal string, representing a color used in HTML.
- HtmlHexColor :
- # The model.
- CustomLinkModel :
- # Setting this value to `true` will set `label` to null.
- Boolean :
- # Setting this value to `true` will set `icon_color` to null.
- Boolean :
- }