diff --git a/aleksis/apps/kolego/frontend/components/absences.graphql b/aleksis/apps/kolego/frontend/components/absences.graphql index 32a77f3e45b2d7bdc1b06b816bb1839f1cfb638a..6be02f241c9f35926bf9ec116e7b6653d4a60997 100644 --- a/aleksis/apps/kolego/frontend/components/absences.graphql +++ b/aleksis/apps/kolego/frontend/components/absences.graphql @@ -2,9 +2,11 @@ query absences($orderBy: [String], $filters: JSONString) { items: absences(orderBy: $orderBy, filters: $filters) { id person { + id fullName } reason { + id shortName name } @@ -21,9 +23,11 @@ mutation createAbsence($input: CreateAbsenceInput!) { absence { id person { + id fullName } reason { + id shortName name } @@ -47,9 +51,11 @@ mutation updateAbsences($input: [BatchPatchAbsenceInput]!) { items: absences { id person { + id fullName } reason { + id shortName name }