Skip to main content

RemoveCommentDontAgreeInput

No description

type RemoveCommentDontAgreeInput {  commentID: ID!  commentRevisionID: ID!  clientMutationId: String!}

Fields#

commentID (ID!)#

commentID is the Comment's ID that we want to remove a DontAgree on.

commentRevisionID (ID!)#

commentRevisionID is the Comment's revision ID that we want to remove a reaction on.

clientMutationId (String!)#

clientMutationId is required for Relay support.