Skip to main content

appVolunteering_engagementRecosV2

Retrieves a list of recommendations based on the request parameters "topics", "skills" and "geoLocationId" (using topics & skills V2). "topics" contains slugs of the "Topic" type, "skills" contains slugs of the "Skill" type, "geoLocationId" contains the ID of a location as returned by the "geo_*" queries.

appVolunteering_engagementRecosV2(
offset: Int! = 0
limit: Int! = 10
topics: [String!] = []
skills: [String!] = []
geolocationId: String
): AppVolunteering_EngagementRecosResponse!

Arguments

appVolunteering_engagementRecosV2.offset ● Int! non-null scalar

appVolunteering_engagementRecosV2.limit ● Int! non-null scalar

appVolunteering_engagementRecosV2.topics ● [String!] list scalar

appVolunteering_engagementRecosV2.skills ● [String!] list scalar

appVolunteering_engagementRecosV2.geolocationId ● String scalar

Type

AppVolunteering_EngagementRecosResponse object