We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e586a9b commit 7795041Copy full SHA for 7795041
crates/apollo-mcp-server/src/operations/operation.rs
@@ -48,7 +48,7 @@ impl Operation {
48
self.inner
49
}
50
51
- #[tracing::instrument(skip(graphql_schema, custom_scalar_map))]
+ #[tracing::instrument(skip_all, name = "load_tool")]
52
pub fn from_document(
53
raw_operation: RawOperation,
54
graphql_schema: &GraphqlSchema,
crates/apollo-schema-index/src/lib.rs
@@ -119,6 +119,7 @@ pub struct SchemaIndex {
119
120
121
impl SchemaIndex {
122
+ #[tracing::instrument(skip_all, name = "schema_index")]
123
pub fn new(
124
schema: &Valid<Schema>,
125
root_types: EnumSet<OperationType>,
0 commit comments