Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Input object type

CreateGuidelineDocumentLinkInput

Input for create a guideline document link

Input fields
parentId: ID!
Beta

The parent ID to create the link in (Guideline or Document Group)

title: String!
Beta

The title of the link.

url: String!
Beta

The link URL

openNewTab: Boolean!
Beta

Whether the link opens in a new tab.

Beta

How the link is displayed.

Beta

Position of the icon relative to the label.

iconAssetId: ID = null
Beta

Icon taken from an asset ID; null clears the icon. Mutually exclusive with iconFileId.

iconFileId: String = null
Beta

Icon taken from an uploaded file id; null clears the icon. Mutually exclusive with iconAssetId.