Skip to content
Snippets Groups Projects
Commit f8db32fa authored by magicfelix's avatar magicfelix
Browse files

List coursebooks of own courses only

parent ff5619d3
No related branches found
No related tags found
No related merge requests found
Pipeline #142307 failed
query courses($filters: JSONString) {
items: courses(filters: $filters) {
query courses($teacher: ID) {
items: coursesOfTeacher(teacher: $teacher) {
id
name
subject {
......
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