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