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

6 lines
85 B
Rust

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