CreateCommentReplyPayload
CreateCommentReplyPayload contains the created Comment after the createCommentReply mutation.
type CreateCommentReplyPayload { edge: CommentEdge! clientMutationId: String!}
#
Fieldsedge
(CommentEdge!
)#
edge is the possibly created comment edge.
clientMutationId
(String!
)#
clientMutationId is required for Relay support.