Skip to main content

DeleteEventLastActivityByNodeIdInput

All input for the deleteEventLastActivityByNodeId mutation.

input DeleteEventLastActivityByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteEventLastActivityByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteEventLastActivityByNodeId mutation