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
guidelineId: ID!
Beta

The guideline ID in which the document should be created

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.

documentGroupId: ID = null
Beta

The ID of the document group in which the document should be created

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