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