Skip to content
Snippets Groups Projects
Commit 0bb10493 authored by Julian's avatar Julian
Browse files

Load ids for all lessons

parent 17d55feb
No related branches found
No related tags found
1 merge request!50Resolve "Implement bundled courses/lessons"
......@@ -68,6 +68,7 @@ query lessonBundles($group: ID!, $timeGrid: ID!) {
id
}
lessons {
id
subject {
id
name
......@@ -114,6 +115,7 @@ query overlayBundles($rooms: [ID]!, $teachers: [ID]!, $timeGrid: ID!) {
weekday
}
lessons {
id
teachers {
id
shortName
......@@ -145,6 +147,7 @@ mutation createLessonBundles($input: [BatchCreateLessonBundleInput]!) {
id
}
lessons {
id
subject {
id
name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment