Skip to main content

GroupSetting

A GroupSetting is an extensible key-value pair on a Group. Settings provide a flexible way to add group-level configuration without modifying the core Group type.

Fields

FieldTypeDescription
nameGroupSettingName!Setting name (see GroupSettingName)
valueStringSetting value

Query

Accessed via Group.settings:

query GetGroupSettings {
group(id: "Z3JwbGVnYWxlc2lnbxRldg==") {
settings {
name
value
}
}
}

Export This Article

Save a copy of this page as PDF or plain text.