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