Types
BulkUpdateSlackChannelSettingItem
A single update applied by the bulkUpdateSlackChannelSettings mutation.
input
BulkUpdateSlackChannelSettingItemFields
slackChannelId
ID!
required
The Plain slack channel id that the setting applies to. Used as the scope id of the WORKSPACE_SLACK_CONNECTED_CHANNEL scope.
code
String!
required
The setting code.
value
required
The setting value.

