Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Mutation

updateGuidelinePageSection():UpdateGuidelinePageSection
Beta

Updates the properties of an existing GuidelinePageSection.

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

The id of the GuidelinePageSection that should be updated.

The properties of the section that should be updated.

language: LanguageCode
Beta

The language in which the GuidelinePageSection should be updated. Is only respected when using a translatable field, like f.e. label.

Fields of UpdateGuidelinePageSection

The Section that was modified.