Closed
Description
GraphQL October 2021 specification
New version of GraphQL spec is released. Full changelog.
Checklist
- RFC
__typename
is not valid at subscription root. - RFC Custom Scalar Specification URLs with
@specifiedBy
directive. - RFC Allow directives on variable definitions.
- RFC Allow interfaces to implement other interfaces.
- RFC Make sure that directives must be ordered for the schema.
juniper/juniper/src/parser/document.rs
Lines 473 to 490 in 032ff3f
- Update all references from
June2018
toOctober2021