1
2
3
4
5
6
//! GraphQL operations on semester data.

pub mod current;
pub mod get;
pub mod get_by_id;
pub mod mutations;