Skip to main content

DeleteWorkspaceDocumentByNodeIdInput

All input for the deleteWorkspaceDocumentByNodeId mutation.

input DeleteWorkspaceDocumentByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteWorkspaceDocumentByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single WorkspaceDocument to be deleted.

Member Of

deleteWorkspaceDocumentByNodeId mutation