Mutations
bulkUpdateConnectedSlackChannels
Applies many connected-slack-channel updates in a single request. Each
update is applied independently with the same semantics as
updateConnectedSlackChannel; partial failures are reported per-item.
MUTATION
bulkUpdateConnectedSlackChannels(input: BulkUpdateConnectedSlackChannelsInput!): BulkUpdateConnectedSlackChannelsOutput!Arguments
input
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.
Mutation
Variables
Response
Mutation
Variables
Response

