Skip to main content

spaces

No description

spaces(
topicId: UUID
location: String
geolocation: GeoJSON
skillIds: [UUID]
topicSlug: String
topicSlugs: [String]
skillSlugs: [String]
memberId: UUID
offset: Int! = 0
limit: Int! = 10
): SpacePaged!

Arguments

spaces.topicId ● UUID scalar

spaces.location ● String scalar

Unsupported since version 1.0.16, use geolocation instead

spaces.geolocation ● GeoJSON scalar

spaces.skillIds ● [UUID] list scalar

spaces.topicSlug ● String scalar

spaces.topicSlugs ● [String] list scalar

spaces.skillSlugs ● [String] list scalar

spaces.memberId ● UUID scalar

spaces.offset ● Int! non-null scalar

spaces.limit ● Int! non-null scalar

Type

SpacePaged object