Skip to main content

DeleteCustomReactionByNodeIdInput

All input for the deleteCustomReactionByNodeId mutation.

input DeleteCustomReactionByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteCustomReactionByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteCustomReactionByNodeId mutation