You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-19 00:26:27 +03:00
Move async-graphql to workspace deps & disable apollo tracing
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use async_graphql::{
|
||||
extensions::{ApolloTracing, Tracing},
|
||||
extensions::Tracing,
|
||||
http::{playground_source, GraphQLPlaygroundConfig, MultipartOptions},
|
||||
};
|
||||
use axum::{
|
||||
@@ -110,7 +110,6 @@ pub fn schema(
|
||||
|
||||
mas_graphql::schema_builder()
|
||||
.extension(Tracing)
|
||||
.extension(ApolloTracing)
|
||||
.data(state)
|
||||
.finish()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user