mentorenwahl/frontend/src/graphql/queries/students_can_vote.rs

10 lines
238 B
Rust

use graphql_client::GraphQLQuery;
#[derive(GraphQLQuery)]
#[graphql(
schema_path = "graphql/schema.graphql",
query_path = "graphql/queries/students_can_vote.graphql",
response_derives = "Debug"
)]
pub struct StudentsCanVote;