graphql_starter/axum/
mod.rs

1//! Utilities to work with [axum]
2
3pub mod extract;
4
5crate::using! {
6    pub cors,
7    pub router,
8}