Types
BulkUpdateConnectedSlackChannelsOutput
An output type provided by the bulkUpdateConnectedSlackChannels mutation.
Returns per-update results so the caller can distinguish successful writes
from failed ones.
object
BulkUpdateConnectedSlackChannelsOutputFields
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 update failed, so callers that only check the top-level error
don't silently miss per-item failures. Null only when every item
succeeded.

