mentorenwahl/frontend/graphql/queries/me.graphql
Dominic Grimm ff2b884d42
All checks were successful
continuous-integration/drone/push Build is passing
Agent oriented logged in state
2022-11-05 21:27:49 +01:00

11 lines
90 B
GraphQL

query Me {
me {
firstName
role
student {
vote
}
teacher
}
}