CommentResultList

open_in_new

Paged list of comments.

GraphQL Schema definition

  • type CommentResultList {
  • # The offset of the next page. If it is undefined no more pages exist.
  • nextOffset: String
  • # Up to `pageSize` comments on this comment thread.
  • results: [Comment!]
  • }