RemoveCommentDontAgreePayload
No description
type RemoveCommentDontAgreePayload {
comment: Comment
clientMutationId: String!
}
Fields
RemoveCommentDontAgreePayload.comment ● Comment object
comment is the Comment that the DontAgree was removed on.
RemoveCommentDontAgreePayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Returned By
removeCommentDontAgree mutation