spaces
No description
spaces(
topicId: UUID
location: String
geolocation: GeoJSON
skillIds: [UUID]
topicSlug: String
topicSlugs: [String]
skillSlugs: [String]
topicsV2: [String!]
skillsV2: [String!]
memberId: UUID
offset: Int! = 0
limit: Int! = 10
): SpacePaged!
Arguments
spaces.topicId
● UUID
scalar
Deprecated since version 1.52, use topics_v2 instead
spaces.location
● String
scalar
Unsupported since version 1.0.16, use geolocation instead
spaces.geolocation
● GeoJSON
scalar
spaces.skillIds
● [UUID]
list scalar
Deprecated since version 1.52, use skills_v2 instead
spaces.topicSlug
● String
scalar
Deprecated since version 1.52, use topics_v2 instead
spaces.topicSlugs
● [String]
list scalar
Deprecated since version 1.52, use topics_v2 instead
spaces.skillSlugs
● [String]
list scalar
Deprecated since version 1.52, use skills_v2 instead