Skip to main content

UpdateWorkspaceDocumentInput

All input for the updateWorkspaceDocument mutation.

input UpdateWorkspaceDocumentInput {
clientMutationId: String
patch: WorkspaceDocumentPatch!
id: String!
}

Fields

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

UpdateWorkspaceDocumentInput.patch ● WorkspaceDocumentPatch! non-null input

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

UpdateWorkspaceDocumentInput.id ● String! non-null scalar

Member Of

updateWorkspaceDocument mutation