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