Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Mutation

createGuidelineDocumentLibrary():CreateGuidelineDocumentLibrary
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 CreateGuidelineDocumentLibraryInput
parentId: ID!
Beta

The ID of the entity to create the document library in (Guideline or Document Group).

title: String!
Beta

The title of the document library.

libraryId: ID!
Beta

The library ID

heading: String = null
Beta

The heading of the document library.

subheading: String = null
Beta

The subheading of the document library.

Fields of CreateGuidelineDocumentLibrary
id:ID!
Beta

The ID of the created document library.

title:String
Beta

The title of the created document

heading:String!
Beta

The heading of the created document

subheading:String!
Beta

The subheading of the created document