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