TopicPaged
No description
type TopicPaged {
data: [Topic]!
totalResults: Int!
}
Fields
TopicPaged.data
● [Topic]!
non-null object
The list of items in this pagination window.
TopicPaged.totalResults
● Int!
non-null scalar
Total number of items in the filtered dataset.
Returned by
topics
query