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
spaces query
Member Of
DiscoverSpaces object ● MySpaces object ● Space object