Skip to main content

CreateWorkspaceInput

All input for the create Workspace mutation.

input CreateWorkspaceInput {
clientMutationId: String
workspace: WorkspaceInput!
}

Fields

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

CreateWorkspaceInput.workspace ● WorkspaceInput! non-null input

The Workspace to be created by this mutation.

Member Of

createWorkspace mutation