graphql_handler

Function graphql_handler 

Source
pub async fn graphql_handler(
    __arg0: State<Arc<GraphQLState>>,
    ctx: GraphQLContext,
    req: GraphQLRequest,
) -> GraphQLResponse
Expand description

Handle a GraphQL request.