From b6e3de41fa6503ce1fa9312f0ed6887334ae3050 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sun, 13 Apr 2025 16:19:07 +0200 Subject: [PATCH] Fix lint --- .../apps/chronos/frontend/components/substitutions.graphql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aleksis/apps/chronos/frontend/components/substitutions.graphql b/aleksis/apps/chronos/frontend/components/substitutions.graphql index eb4da41f..d364db97 100644 --- a/aleksis/apps/chronos/frontend/components/substitutions.graphql +++ b/aleksis/apps/chronos/frontend/components/substitutions.graphql @@ -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 } -- GitLab