CreateCommentReplyPayload
CreateCommentReplyPayload contains the created Comment after the createCommentReply mutation.
type CreateCommentReplyPayload {
edge: CommentEdge!
clientMutationId: String!
}
Fields
CreateCommentReplyPayload.edge
● CommentEdge!
non-null object
edge is the possibly created comment edge.
CreateCommentReplyPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Returned By
createCommentReply
mutation