Function mas_handlers::graphql_router
source ยท pub fn graphql_router<S>(
playground: bool,
undocumented_oauth2_access: bool,
) -> Router<S>where
S: Clone + Send + Sync + 'static,
Schema: FromRef<S>,
BoundActivityTracker: FromRequestParts<S>,
BoxRepository: FromRequestParts<S>,
BoxClock: FromRequestParts<S>,
Encrypter: FromRef<S>,
CookieJar: FromRequestParts<S>,