async fn graphql_handler( __arg0: State<AppState>, __arg1: Extension<Arc<RootNode<Query, Mutation, EmptySubscription<Context>>>>, __arg2: Json<GraphQLBatchRequest>, ) -> impl IntoResponse
Handles GraphQL POST requests.