pub async fn graphql_handler(
__arg0: State<Arc<GraphQLState>>,
ctx: GraphQLContext,
req: GraphQLRequest,
) -> GraphQLResponseExpand description
Handle a GraphQL request.
pub async fn graphql_handler(
__arg0: State<Arc<GraphQLState>>,
ctx: GraphQLContext,
req: GraphQLRequest,
) -> GraphQLResponseHandle a GraphQL request.