OBJECT

ExtensionComment

ExtensionComment contains the data for the comment of an extension review.

link GraphQL Schema definition

1type ExtensionComment {
2
3# The review comment text provided by the user.
4content: String!
5
6# The ID of the recorded comment.
7id: ID!
8
9}