mentorenwahl/frontend/graphql/queries/config.graphql

6 lines
65 B
GraphQL
Raw Normal View History

2022-11-12 21:50:06 +00:00
query Config {
config {
minimumTeacherSelectionCount
}
}