Skip to main content

BooleanSetting

A boolean setting

type BooleanSetting {
code: String!
booleanValue: Boolean!
scope: SettingScope!
}

Fields

BooleanSetting.code ● String! non-null scalar

The setting code, for a full list of codes, please see: https://docs.plain.com/advanced/settings.

BooleanSetting.booleanValue ● Boolean! non-null scalar

The value of the setting. This is named uniquely (instead of just value) so that the union has unique fields.

BooleanSetting.scope ● SettingScope! non-null object

The scope of the setting.

Implemented by

Setting union