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

UpdateGuidelineDocumentLinkInput

Input for updating a guideline document link. Omitted fields are left unchanged. Only iconAssetId and iconFileId accept null, which removes the icon.

Input fields
id: ID!
Beta

The ID of the guideline document link to update.

language: String = null
Beta

Language code the title is written in. Only meaningful together with title. Omit it (or pass the default language) to update the base title; pass a non-default language to update that translation.

title: String
Beta

The new title of the link.

url: String
Beta

The link URL.

openNewTab: Boolean
Beta

Whether the link opens in a new tab.

How the link is displayed.

Position of the icon relative to the label.

iconAssetId: ID
Beta

Icon taken from an asset (screen id); null clears the icon. Mutually exclusive with iconFileId.

iconFileId: String
Beta

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