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