mentorenwahl/frontend/graphql/queries/teachers.graphql

9 lines
85 B
GraphQL
Raw Normal View History

2022-11-12 21:50:06 +00:00
query Teachers {
teachers {
id
user {
name(formal: true)
}
}
}