lifeomic / graphql-resolvers-xray-tracing

A GraphQL middleware to enable X-Ray tracing subsegments for GraphQL resolvers
MIT License
68 stars 16 forks source link

Convert to full typescript #63

Closed DavidTanner closed 3 years ago

DavidTanner commented 3 years ago

reach

Converting the project to typescript, and moving around the function to take advantage of graphql generics.

DavidTanner commented 3 years ago

I'm still working on the pesky Circular JSON from throwing inside a segment. That comes next.