FormidableLabs / envy

Node.js Telemetry & Network Viewer
https://envy-webui.vercel.app
MIT License
109 stars 0 forks source link

Correctly identify anonymous syntax Graphql queries #115

Closed carbonrobot closed 1 year ago

carbonrobot commented 1 year ago

Graphql queries sent using the "anonymous query" format are not properly detected at Graphql.

Expected:

The following should result in a graphql trace type

{ Customers { name } }