Skip to content
Snippets Groups Projects
Verified Commit b6e3de41 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix lint

parent f162eefb
No related branches found
No related tags found
1 merge request!433Do release 4.0.0
...@@ -12,9 +12,11 @@ query substitutionsForDate($date: Date!) { ...@@ -12,9 +12,11 @@ query substitutionsForDate($date: Date!) {
} }
substitutions { substitutions {
oldGroups { oldGroups {
id
shortName shortName
} }
newGroups { newGroups {
id
shortName shortName
} }
startSlot startSlot
...@@ -22,20 +24,24 @@ query substitutionsForDate($date: Date!) { ...@@ -22,20 +24,24 @@ query substitutionsForDate($date: Date!) {
startTime startTime
endTime endTime
oldTeachers { oldTeachers {
id
shortName shortName
fullName fullName
} }
newTeachers { newTeachers {
id
shortName shortName
fullName fullName
} }
oldSubject oldSubject
newSubject newSubject
oldRooms { oldRooms {
id
shortName shortName
name name
} }
newRooms { newRooms {
id
shortName shortName
name 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