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