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

UpdateGuidelineDocumentPageInput

Input for updating a guideline document page. Omitted fields are left unchanged.

Input fields
id: ID!
Beta

The ID of the guideline document page 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 document page.

heading: String
Beta

The new heading of the document page.

subheading: String
Beta

The new subheading of the document page.