mentorenwahl/frontend/graphql/queries/users.graphql
Dominic Grimm d6dbd18090
Some checks failed
continuous-integration/drone/push Build is failing
Add student vote enable toggle to admin panel
2023-02-04 12:14:11 +01:00

12 lines
111 B
GraphQL

query Users {
users {
id
firstName
lastName
username
role
externalId
admin
}
}