Skip to main content

EditCommentPayload

EditCommentPayload contains the edited Comment after the editComment mutation.

type EditCommentPayload {  comment: Comment!  clientMutationId: String!}

Fields#

comment (Comment!)#

comment is the possibly edited comment.

clientMutationId (String!)#

clientMutationId is required for Relay support.