You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: