CommentPaged
No description
type CommentPaged {
data: [Comment]!
totalResults: Int!
}
Fields
CommentPaged.data
● [Comment]!
non-null object
The list of items in this pagination window.
CommentPaged.totalResults
● Int!
non-null scalar
Total number of items in the filtered dataset.
Member of
Commentable
object