Queries
setting
Fetch the effective value of a named setting at the given scope. Returns null when the setting has no stored value at that scope and no default applies. Use this to read notification preferences, workflow flags, chat-app configuration, and similar per-scope options. The code identifies which setting to read (e.g. workflow/unassign_thread_after_mark_thread_as_done) and scope pins the context (workspace, user, chat app, Slack channel, etc.).
QUERY
setting(code: String!, scope: SettingScopeInput!): SettingArguments
code
String!
required
scope
required
Returns
Query
Variables
Response
Query
Variables
Response

