Newer
Older
query groupsByPerson {
groups: groupsByPerson {
query coursesOfPerson {
courses: coursesOfPerson {
query documentationsForCoursebook(
$own: Boolean!
$objId: ID
$objType: String
objId: $objId
objType: $objType
dateStart: $dateStart
dateEnd: $dateEnd
amends {
id
teachers {
id
shortName
fullName
avatarContentUrl
}
subject {
id
name
shortName
colourFg
colourBg
}
}
cancelled
subject {
id
name
shortName
participations {
id
person {
id
fullName
}
absenceReason {
id
name
shortName
notesWithExtraMark {
id
extraMark {
id
}
}
notesWithNote {
id
note
}
topic
homework
groupNote
datetimeStart
datetimeEnd
dateStart
dateEnd

Jonathan Weth
committed
futureNotice
futureNoticeParticipationStatus
canEditParticipationStatus
canViewParticipationStatus
mutation createOrUpdateDocumentations($input: [DocumentationInputType]!) {
createOrUpdateDocumentations(input: $input) {
items: documentations {
id
topic
homework
groupNote
participations {
id
person {
id
firstName
fullName
}
absenceReason {
id
name
shortName
colour
}
notesWithExtraMark {
id
extraMark {
id
showInCoursebook
}
}
notesWithNote {
id
note
}
subject {
id
name
shortName
colourFg
colourBg
}