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!) {
}
substitutions {
oldGroups {
id
shortName
}
newGroups {
id
shortName
}
startSlot
......@@ -22,20 +24,24 @@ query substitutionsForDate($date: Date!) {
startTime
endTime
oldTeachers {
id
shortName
fullName
}
newTeachers {
id
shortName
fullName
}
oldSubject
newSubject
oldRooms {
id
shortName
name
}
newRooms {
id
shortName
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