Skip to content

Conversation

tyranron
Copy link
Member

@tyranron tyranron commented Sep 12, 2025

Part of #1347

Synopsis

GraphQL spec September 2025 supports descriptions on schema and documents. Also, string literals are extended to support full unicode range.

See also:

Solution

  • Support block strings in lexer and parser
  • Support full unicode range in quoted strings
  • Support description for Document and its members
  • Support description for RootNode (supported already)

@tyranron tyranron added this to the 0.18.0 milestone Sep 12, 2025
@tyranron tyranron self-assigned this Sep 12, 2025
@tyranron tyranron added enhancement Improvement of existing features or bugfix k::api Related to API (application interface) k::design Related to overall design and/or architecture labels Sep 12, 2025
@tyranron tyranron linked an issue Sep 12, 2025 that may be closed by this pull request
23 tasks
@tyranron tyranron mentioned this pull request Sep 12, 2025
23 tasks
@tyranron tyranron marked this pull request as ready for review October 1, 2025 15:16
@tyranron tyranron added semver::breaking Breaking change in terms of SemVer k::refactor Refactoring, technical debt elimination and other improvements of existing code base feature New feature or request labels Oct 1, 2025
@tyranron tyranron enabled auto-merge (squash) October 1, 2025 15:32
@tyranron tyranron merged commit 180a513 into master Oct 1, 2025
531 of 540 checks passed
@tyranron tyranron deleted the 1347-doc-description branch October 1, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing features or bugfix feature New feature or request k::api Related to API (application interface) k::design Related to overall design and/or architecture k::refactor Refactoring, technical debt elimination and other improvements of existing code base semver::breaking Breaking change in terms of SemVer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GraphQL spec September 2025
1 participant