mentorenwahl/frontend/graphql/queries/users_by_role_students.graphql

17 lines
164 B
GraphQL

query Students {
students {
id
user {
id
firstName
lastName
username
role
admin
}
vote {
id
}
}
}