EditCommentPayload
EditCommentPayload contains the edited Comment after the editComment mutation.
type EditCommentPayload { comment: Comment! clientMutationId: String!}
#
Fieldscomment
(Comment!
)#
comment is the possibly edited comment.
clientMutationId
(String!
)#
clientMutationId is required for Relay support.