mentorenwahl/frontend/graphql/queries/teachers.graphql

9 lines
85 B
GraphQL

query Teachers {
teachers {
id
user {
name(formal: true)
}
}
}