Finding the top paths in GraphQL #1327
Unanswered
vasily-kartashov
asked this question in
Q&A
Replies: 1 comment
-
See https://github.com/nuwave/lighthouse/blob/5e360f38d33e29d5915acfaf6cb1b5208e36353b/src/Deprecation/DetectDeprecatedUsage.php for inspiration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given a query like
I would like to send the following increments to my datadog (i.e. all complete paths from root to leafs without the leafs):
How do I get such list based on the request and where do I add this tracing to my GraphQL?
Beta Was this translation helpful? Give feedback.
All reactions