Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Mutation

updateGuidelinePageBlockSettings():UpdateGuidelinePageBlockSettings
Beta

BETA Updates the settings of a GuidelinePageBlock in the specified language. Only fields provided in the input are modified.

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

BETA The id of the GuidelinePageBlock which should be modified.

language: LanguageCode
Beta

BETA The language in which the settings of the GuidelinePageBlock should be updated. It is optional and when not provided, the settings will be updated in the main language.

settings: JsonObject!
Beta

BETA The settings of the GuidelinePageBlock which should be updated. The settings must be provided as a JSON string.

Fields of UpdateGuidelinePageBlockSettings

BETA The GuidelinePageBlock which settings were updated.