RemoveCommentDontAgreeInput
No description
input RemoveCommentDontAgreeInput {
commentID: ID!
commentRevisionID: ID!
clientMutationId: String!
}
Fields
RemoveCommentDontAgreeInput.commentID
● ID!
non-null scalar
commentID is the Comment's ID that we want to remove a DontAgree on.
RemoveCommentDontAgreeInput.commentRevisionID
● ID!
non-null scalar
commentRevisionID is the Comment's revision ID that we want to remove a reaction on.
RemoveCommentDontAgreeInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
removeCommentDontAgree
mutation