Skip to main content

DeleteExternalShareByNodeIdInput

All input for the deleteExternalShareByNodeId mutation.

input DeleteExternalShareByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteExternalShareByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteExternalShareByNodeId mutation