mentorenwahl/frontend/graphql/mutations/vote.graphql

6 lines
102 B
GraphQL

mutation Vote($teacherIds: [Int!]!) {
createVote(input: { teacherIds: $teacherIds }) {
id
}
}