newrelic / nr1-graphiql-notebook

NR1 Graphiql Notebook allows you to explore New Relic data via our GraphQL API and share notebooks with colleagues.
https://discuss.newrelic.com/t/graphiql-notebook-nerdpack/82933
Apache License 2.0
9 stars 9 forks source link

Need support for complete graphiql #25

Closed bl25322 closed 4 years ago

bl25322 commented 5 years ago

If my primary account that GraphiQL Notebook is associated with has feature flags for features like EventsToMetrics, these should be supported in the UI. If someone makes a call where feature flag is not supported, it should error.

If run a call like... {

actor { account(id: xxxxx) { eventsToMetrics { allRules { rules { accountId description enabled id name nrql } } } } } }

If I pointed this query to an account that supports this, it just hangs.

danielgolden commented 4 years ago

I don't think we can reproduce this anymore :/