Skip to main content

UpdateExternalShareByNodeIdInput

All input for the updateExternalShareByNodeId mutation.

input UpdateExternalShareByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: ExternalSharePatch!
}

Fields

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

UpdateExternalShareByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateExternalShareByNodeIdInput.patch ● ExternalSharePatch! non-null input

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

Member Of

updateExternalShareByNodeId mutation