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