UpdateWorkspaceByNodeIdInput
All input for the updateWorkspaceByNodeId mutation.
input UpdateWorkspaceByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: WorkspacePatch!
}
Fields
UpdateWorkspaceByNodeIdInput.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.
UpdateWorkspaceByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single Workspace to be updated.
UpdateWorkspaceByNodeIdInput.patch ● WorkspacePatch! non-null input
An object where the defined keys will be set on the Workspace being updated.
Member Of
updateWorkspaceByNodeId mutation