Skip to main content

UpdateEventLastActivityByNodeIdInput

All input for the updateEventLastActivityByNodeId mutation.

input UpdateEventLastActivityByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: EventLastActivityPatch!
}

Fields

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

UpdateEventLastActivityByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateEventLastActivityByNodeIdInput.patch ● EventLastActivityPatch! non-null input

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

Member Of

updateEventLastActivityByNodeId mutation