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