EditCommentPayload
EditCommentPayload contains the edited Comment after the editComment mutation.
type EditCommentPayload {
comment: Comment!
clientMutationId: String!
}
Fields
EditCommentPayload.comment
● Comment!
non-null object
comment is the possibly edited comment.
EditCommentPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Returned By
editComment
mutation