INPUT_OBJECT
CreateCustomLinkMutationInput
The input object that defines the fields for the createCustomLink mutation.
link GraphQL Schema definition
- input CreateCustomLinkMutationInput {
- # 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! :
- }