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.
BETA The id of the GuidelinePageBlock which should be modified.
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.
BETA The settings of the GuidelinePageBlock which should be updated. The settings must be provided as a JSON string.
BETA The GuidelinePageBlock which settings were updated.