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

CreateGuidelineDocumentInput

Input for creating a guideline document.

Input fields
guidelineId: ID!
Beta

The ID of the guideline where the document should be created.

title: String!
Beta

The title of the document.

documentGroupId: ID = null
Beta

The ID of the document group where the document should be created. Null if the document should be created in the root of the guideline.