Types
BulkUpdateSlackChannelSettingsOutput
An output type provided by the bulkUpdateSlackChannelSettings mutation.
Returns per-update results so the caller can distinguish successful writes
from failed ones.
object
BulkUpdateSlackChannelSettingsOutputFields
results
Per-update results, in the same order as the input list.
error
Top-level error. Set to a bulk_partial_failure error whenever any
per-item write failed, so callers that only check the top-level error
don't silently miss per-item failures. Null only when every item
succeeded.

