Closed
Description
We have already implemented quite a lot of the GraphQL 2021 spec. We still need to review the changes again and tick of what is done and mark what we still have to do. We should add a checklist into this issue that links to all the spec change prs.
The release of V11 and the GraphQL Spec 2020 align quite well.
- RFC: Number value literal lookahead restrictions graphql/graphql-spec#601 (in progress)
- Clarify that lexing is greedy graphql/graphql-spec#599 (in progress)
- [RFC] Repeatable directives graphql/graphql-spec#472
- Add description to Schema graphql/graphql-spec#466
- Disallow non-breakable chains of circular references in Input Objects graphql/graphql-spec#445 (accepted for 2020)
- RFC: Allow interfaces to implement other interfaces graphql/graphql-spec#373
- [RFC] Allow directives on variable definitions graphql/graphql-spec#510: 8b4f7e5
- [RFC] Repeatable directives graphql/graphql-spec#472
- [RFC] "Directive order is significant" section graphql/graphql-spec#470
- [RFC] Custom Scalar Specification URLs graphql/graphql-spec#649
- Add to the @deprecated directive to allow deprecation of inputValues #1463