Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Need support for complete graphiql #25

Closed
bl25322 opened this issue Oct 15, 2019 · 1 comment
Closed

Need support for complete graphiql #25

bl25322 opened this issue Oct 15, 2019 · 1 comment

Comments

@bl25322
Copy link

bl25322 commented Oct 15, 2019

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
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants