mentorenwahl/frontend/graphql/mutations/register_teacher.graphql

6 lines
118 B
GraphQL
Raw Normal View History

2022-11-12 21:50:06 +00:00
mutation RegisterTeacher($maxStudents: Int!) {
registerTeacher(input: { maxStudents: $maxStudents }) {
id
}
}