mentorenwahl/frontend/graphql/queries/me.graphql

15 lines
128 B
GraphQL
Raw Normal View History

2022-11-05 20:27:49 +00:00
query Me {
me {
firstName
role
student {
2022-11-12 21:50:06 +00:00
vote {
id
}
}
teacher {
id
2022-11-05 20:27:49 +00:00
}
}
}