Skip to main content

CreateSlackChannelWorkspaceInput

All input for the create SlackChannelWorkspace mutation.

input CreateSlackChannelWorkspaceInput {
clientMutationId: String
slackChannelWorkspace: SlackChannelWorkspaceInput!
}

Fields

CreateSlackChannelWorkspaceInput.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.

CreateSlackChannelWorkspaceInput.slackChannelWorkspace ● SlackChannelWorkspaceInput! non-null input

The SlackChannelWorkspace to be created by this mutation.

Member Of

createSlackChannelWorkspace mutation