graphql_handler

Function graphql_handler 

Source
pub async fn graphql_handler(
    __arg0: State<AppSchema>,
    auth_user: Option<Extension<AuthUser>>,
    req: GraphQLRequest,
) -> GraphQLResponse
Expand description

GraphQL handler with optional authentication