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

CreateGuidelinePageHeadingInput

No description
Input fields
sectionId: ID!
Beta

The id of the GuidelinePageSection on which the GuidelinePageHeading should be created.

title: String! = ""
Beta

The title for the GuidelinePageHeading that should be created.

afterElementId: ID
Beta

If given, the GuidelinePageHeading is created directly after this element, which must be in the same GuidelinePageSection as sectionId. When omitted, the GuidelinePageHeading is created in the first position of the GuidelinePageSection.