We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bee863f + c57a4af commit c3cb40aCopy full SHA for c3cb40a
1 file changed
additionalTypeDefs/course.graphqls
@@ -187,4 +187,20 @@ extend type Skill {
187
keyField: "id",
188
keysArg: "skillIds"
189
)
190
+
191
+ skillValue: SkillValue! @resolveTo(
192
+ sourceName: "SkilllevelService",
193
+ sourceTypeName: "Query",
194
+ sourceFieldName: "_internal_noauth_skillValuesBySkillIds",
195
+ keyField: "id",
196
+ keysArg: "skillIds"
197
+ )
198
199
+ skillAllUsersStats: SkillAllUsersStats! @resolveTo(
200
201
202
+ sourceFieldName: "_internal_noauth_skillsAllUsersStatsBySkillIds",
203
204
205
206
}
0 commit comments