graphql-resolvers-xray-tracing icon indicating copy to clipboard operation
graphql-resolvers-xray-tracing copied to clipboard

A GraphQL middleware to enable X-Ray tracing subsegments for GraphQL resolvers

Results 5 graphql-resolvers-xray-tracing issues
Sort by recently updated
recently updated
newest added

Currently, only 14.x is supported but the new Apollo 3.x relies on 15.x of `graphql`

Changes: - Added support for passing in an options object containing an enabled field. This will allow enabling/disabling metrics gathering programatically. This is implemented as an options object in order...

Hey there! First off, a huge thanks for authoring this, it's incredibly useful! Unfortunately there is an issue with x-ray where data (errors, annotations, etc) cannot be properly serialized if...

Only 15.x is supported at the moment but the Apollo 4.x relies on 16.x of graphql. Would be great to get that updated