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

7 lines
101 B
Rust

pub mod config;
pub mod me;
pub mod ok;
pub mod students_can_vote;
pub mod teachers;
pub mod tokens;