Skip to main content

UpdateWorkspaceInput

All input for the updateWorkspace mutation.

input UpdateWorkspaceInput {
clientMutationId: String
patch: WorkspacePatch!
id: String!
}

Fields

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

UpdateWorkspaceInput.patch ● WorkspacePatch! non-null input

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

UpdateWorkspaceInput.id ● String! non-null scalar

Member Of

updateWorkspace mutation