Darren West
Darren West
Hi, I want to lock a key so that it cannot be edited in another transaction. I have looked at LockKeys() but looking at the implementation this doesn't seem to...
Hi I was looking at whats possible with the astparser and ran into an issue where calling RemoveDirectiveByName also removed the type from the field. I was running out of...
### Description I would like to load a schema and then visit each FieldDefinition to perform some operation but while I can print the document, then parse it then use...
### Description A wip example for what issue https://github.com/apollographql/federation/issues/2895 could look like. This implementation would include all composed directives in the api schema that are not in the core apollo...
### Description ComposeDirective currently has all directives from the supergraph stripped from the final api schema. This makes it difficult to implement a custom directive in a federated gateway as...
I am using http auto instrumentation but I'm looking at a way to clear any baggage received as part of propagation. In my example I have an API and I...
### Description I am currently hitting a problem where I would like to configure the executor used by GraphiQL so that I can change the method used by the underlying...
### Description I would like to have the ability to propagate a trace to another service. I am unable to find a way to propogate the trace as the opentelemetry...
### Summary The current implementation of the OpenTelemetry plugin can lead to confusing spans because the execution span starts within the OpenTelemetry plugin but these do not wrap each other...