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