Skip to main content

CreateCommentPayload

CreateCommentPayload contains the created Comment after the createComment mutation.

type CreateCommentPayload {  edge: CommentEdge!  clientMutationId: String!}

Fields#

edge (CommentEdge!)#

edge is the possibly created comment edge.

clientMutationId (String!)#

clientMutationId is required for Relay support.