Skip to main content

DeleteCommentByNodeIdInput

All input for the deleteCommentByNodeId mutation.

input DeleteCommentByNodeIdInput {
clientMutationId: String
nodeId: ID!
}

Fields

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

DeleteCommentByNodeIdInput.nodeId ● ID! non-null scalar

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

Member Of

deleteCommentByNodeId mutation