Skip to main content

appVolunteering_engagementRecommendations

DEPRECATED

Use the engagementRecos query instead.

Retrieves a list of recommendations based on the request parameters "topics", "skills" and "geoLocationId". "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_engagementRecommendations(
offset: Int! = 0
limit: Int! = 10
topics: [String!] = []
skills: [String!] = []
geolocationId: String
): AppVolunteering_EngagementsResponse! @deprecated

Arguments

appVolunteering_engagementRecommendations.offset ● Int! non-null scalar

appVolunteering_engagementRecommendations.limit ● Int! non-null scalar

appVolunteering_engagementRecommendations.topics ● [String!] list scalar

appVolunteering_engagementRecommendations.skills ● [String!] list scalar

appVolunteering_engagementRecommendations.geolocationId ● String scalar

Type

AppVolunteering_EngagementsResponse object