AppVolunteering_EngagementReco
No description
type AppVolunteering_EngagementReco {
engagement: AppVolunteering_Engagement!
matchedTopics: [String] @deprecated
matchedTopicsV2: [String]
matchedSkills: [String] @deprecated
matchedSkillsV2: [String]
matchedGeoLocationDistanceInMeters: Float
}
Fields
AppVolunteering_EngagementReco.engagement
● AppVolunteering_Engagement!
non-null object
AppVolunteering_EngagementReco.matchedTopics
● [String]
deprecated list scalar
Use matchedTopicsV2 instead. (since v1.51)
Contains the slugs of matched topics. The order is defined as follows: 1) topics that were part of the query come first (sorted by matching confidence). 2) other topics the engagement matches (sorted by matching confidence)
AppVolunteering_EngagementReco.matchedTopicsV2
● [String]
list scalar
Contains the V2 slugs of matched topics. The order is defined as follows: 1) topics that were part of the query come first (sorted by matching confidence). 2) other topics the engagement matches (sorted by matching confidence)
AppVolunteering_EngagementReco.matchedSkills
● [String]
deprecated list scalar
Use matchedSkillsV2 instead. (since v1.51)
Contains the slugs of matched skills. The order is defined as follows: 1) skills that were part of the query come first (sorted by matching confidence). 2) other topics the engagement matches (sorted by matching confidence)
AppVolunteering_EngagementReco.matchedSkillsV2
● [String]
list scalar
Contains the V2 slugs of matched skills. The order is defined as follows: 1) skills that were part of the query come first (sorted by matching confidence). 2) other topics the engagement matches (sorted by matching confidence)
AppVolunteering_EngagementReco.matchedGeoLocationDistanceInMeters
● Float
scalar
Contains the distance (in meters) between the engagement and the location given in the query.