You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying schedules by user/id (schedulesByUserschedulesById), the Schedule type should return lists of Course, not IDs of Courses. Then, when the frontend queries for a schedule, they would not have to populate that data through another query.
The text was updated successfully, but these errors were encountered:
When querying schedules by user/id (
schedulesByUser
schedulesById
), theSchedule
type should return lists ofCourse
, not IDs of Courses. Then, when the frontend queries for a schedule, they would not have to populate that data through another query.The text was updated successfully, but these errors were encountered: