Hannah Chan
Results
2
issues of
Hannah Chan
I'm only just learning about this now so this might not make sense. I've got code like this; ```C# if (myInput is not null) { doSomething(); } ``` The `is...
🚀 Feature request
Area: Mutator
This PR refactors the GraphQL 20.0 instrumentation to introduce the ability to create spans for DataFetchers. At a high-level; - Added `GraphQLInstrumeterFactory` - Updated `GraphQLTelemetryBuilder`, `GraphQLTelemetry` with the new options;...