UpdateSlackChannelWorkspaceInput
All input for the updateSlackChannelWorkspace mutation.
input UpdateSlackChannelWorkspaceInput {
clientMutationId: String
patch: SlackChannelWorkspacePatch!
id: String!
}
Fields
UpdateSlackChannelWorkspaceInput.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.
UpdateSlackChannelWorkspaceInput.patch ● SlackChannelWorkspacePatch! non-null input
An object where the defined keys will be set on the SlackChannelWorkspace being updated.
UpdateSlackChannelWorkspaceInput.id ● String! non-null scalar
Member Of
updateSlackChannelWorkspace mutation