Introspection field cannot be root of a subscription #17
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: OSS/graphql#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
2021 specification added a few paragraphs to the rule about the subscription root field (Section "Single root field"). It specifies that a subscription field (anything starting with
__
, like__typename
) doesn't count as a subscription root.Currently the validation kind of works correctly, in the sense that since the introspection isn't supported, the validation fails, but with a different error message.