Skip to main content

UpdateExternalEventByNodeIdInput

All input for the updateExternalEventByNodeId mutation.

input UpdateExternalEventByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: ExternalEventPatch!
}

Fields

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

UpdateExternalEventByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateExternalEventByNodeIdInput.patch ● ExternalEventPatch! non-null input

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

Member Of

updateExternalEventByNodeId mutation