Skip to content
Snippets Groups Projects
Verified Commit caf5613e authored by permcu's avatar permcu Committed by Jonathan Weth
Browse files

Fill out substitutions-list's query-schema

parent c2ecb4f3
No related branches found
No related tags found
1 merge request!373Resolve "Substitutions table for new data model"
query substitutionsForDate ($date: Date!) {
substitutionsForDate(date: $date) {
affectedTeachers {
shortName
fullName
}
affectedGroups {
shortName
}
substitutions {
groups {
shortName
}
period {
startSlot
endSlot
startTime
endTime
wholeDay
}
teachers {
shortName
fullName
}
subject {
}
subject
rooms {
shortName
name
}
badge {
}
comment {
}
cancelled
comment
}
}
}
\ No newline at end of file
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