In oppia/oppia, this action failed for wrong graphql query and this PR fix that query, relevant tests, and the ci checks of this repo.
For context: This job failed because of using wrong query. Previously, the query was fetching all the discussions instead of discussions in a particular category. This PR breaks that step into two. Now, first, it is fetching the existing categories, then after filtering the category id of a particular category name, it is using another query to get the discussions in that particular category.
In
oppia/oppia
, this action failed for wrong graphql query and this PR fix that query, relevant tests, and the ci checks of this repo.For context: This job failed because of using wrong query. Previously, the query was fetching all the discussions instead of discussions in a particular category. This PR breaks that step into two. Now, first, it is fetching the existing categories, then after filtering the category id of a particular category name, it is using another query to get the discussions in that particular category.