Skip to main content

RecoverCommentInput

All input for the recoverComment mutation.

input RecoverCommentInput {
clientMutationId: String
id: String!
ago: String
}

Fields

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

RecoverCommentInput.id ● String! non-null scalar

RecoverCommentInput.ago ● String scalar

Member Of

recoverComment mutation