Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Mutation

createGuidelineDocumentLink():CreateGuidelineDocumentLink
Beta

No description

All mutations have exactly one input field called input with a unique input and return type. This is useful to write mutations with variables, so there is always one single variable per mutation. This makes it easier to use and reuse them.

Input fields of CreateGuidelineDocumentLinkInput
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.

guidelineId: ID!
Beta

The guideline ID to create the link in

documentGroupId: ID = null
Beta

The document group ID to create the link in

Fields of CreateGuidelineDocumentLink
id:ID!
Beta

The link document's ID

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.