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

7 lines
101 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;
2022-11-21 18:48:53 +00:00
pub mod tokens;