Introspection field cannot be root of a subscription #17

Open
opened 2024-11-10 22:31:44 +01:00 by belka · 0 comments
Owner

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.

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.
belka added the
Kind
enhancement
2021
labels 2024-11-10 22:31:44 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OSS/graphql#17
No description provided.