Skip to main content

UpdateSlackChannelWorkspaceByNodeIdInput

All input for the updateSlackChannelWorkspaceByNodeId mutation.

input UpdateSlackChannelWorkspaceByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: SlackChannelWorkspacePatch!
}

Fields

UpdateSlackChannelWorkspaceByNodeIdInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

UpdateSlackChannelWorkspaceByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single SlackChannelWorkspace to be updated.

UpdateSlackChannelWorkspaceByNodeIdInput.patch ● SlackChannelWorkspacePatch! non-null input

An object where the defined keys will be set on the SlackChannelWorkspace being updated.

Member Of

updateSlackChannelWorkspaceByNodeId mutation