Nick Wing
Results
2
issues of
Nick Wing
I tried to write this query: ``` query getSubmissions($assignmentId: ID!) { assignment(id: $assignmentId) { submissionsConnection { nodes { grade user { loginId } } } } } ``` Unexpectedly, the...
We have seen an issue crop up multiple times where `/api/v1/courses/:course_id/assignments/:assignment_id/gradeable_students` returns an incomplete list. Once an assignment is in this state (not sure how it gets there), it remains...