mentorenwahl/frontend/graphql/queries/me.graphql

15 lines
128 B
GraphQL

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