From 7b9e9d2da5d85f23d43724fe2ca5012918ea54be Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 23 Aug 2024 22:19:32 +0200 Subject: Add doc --- src/graphql/routes.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/graphql/routes.rs') diff --git a/src/graphql/routes.rs b/src/graphql/routes.rs index a566c65..4a3acfc 100644 --- a/src/graphql/routes.rs +++ b/src/graphql/routes.rs @@ -6,6 +6,8 @@ use axum::extract::Extension; use super::types::jwt::Authentication; +/// Handler for GraphQL route. +/// It executs the schema using the authorization as appdata pub async fn graphql_handler( schema: Extension>, auth: Authentication, -- cgit v1.2.3-18-g5258