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

Add missing data to GraphQL responses

parent e2c9c0fe
No related branches found
No related tags found
1 merge request!363Resolve "Add absence overview page"
......@@ -4,7 +4,6 @@ mutation updateParticipationStatuses(
updateParticipationStatuses(input: $input) {
items: participationStatuses {
id
isOptimistic
relatedDocumentation {
id
}
......@@ -14,7 +13,19 @@ mutation updateParticipationStatuses(
shortName
colour
}
notesWithExtraMark {
id
extraMark {
id
showInCoursebook
}
}
notesWithNote {
id
note
}
tardiness
isOptimistic
}
}
}
......
......@@ -132,6 +132,17 @@ mutation createOrUpdateDocumentations($input: [DocumentationInputType]!) {
shortName
colour
}
notesWithExtraMark {
id
extraMark {
id
showInCoursebook
}
}
notesWithNote {
id
note
}
tardiness
isOptimistic
}
......
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