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

6 lines
85 B
Rust
Raw Normal View History

2022-11-12 21:50:06 +00:00
pub mod config;
2022-11-05 20:27:49 +00:00
pub mod me;
pub mod ok;
2022-11-12 21:50:06 +00:00
pub mod students_can_vote;
pub mod teachers;