andyrichardson / subscriptionless

GraphQL subscriptions (and more) on serverless infrastructure
MIT License
93 stars 3 forks source link

patch: remove graph traversal debug #28

Closed oyed closed 2 years ago

oyed commented 2 years ago

This has been bugging me more and more recently - with a large schema this makes CloudWatch logs pretty difficult to use, and spams the console in local development.

andyrichardson commented 2 years ago

Thanks for the contribution @oyed