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
The GraphQL spec says that a subscription operation should only have one selection (after being merged -- the same selection could be spread over different AST nodes) and that it shouldn't be an introspection field.
The GraphQL spec says that a subscription operation should only have one selection (after being merged -- the same selection could be spread over different AST nodes) and that it shouldn't be an introspection field.
Here's the spec: https://spec.graphql.org/draft/#sec-Subscription-Operation-Definitions
This isn't implemented in GraphQL-Ruby yet but it could be -- and it would simplify runtime tracking of subscriptions.
The text was updated successfully, but these errors were encountered: