pub async fn graphql_handler(
__arg0: State<AppSchema>,
auth_user: Option<Extension<AuthUser>>,
req: GraphQLRequest,
) -> GraphQLResponseExpand description
GraphQL handler with optional authentication
pub async fn graphql_handler(
__arg0: State<AppSchema>,
auth_user: Option<Extension<AuthUser>>,
req: GraphQLRequest,
) -> GraphQLResponseGraphQL handler with optional authentication