Skip to content

Conversation

@kevin-carroll
Copy link
Member

@kevin-carroll kevin-carroll commented Nov 29, 2025

GraphQL Spec Sept '25 Updates

Major Updates

  • Added support for the @oneOf directive (see documentation for details)
  • Added support for the schema coordinates labeling system where applicable in error messages etc.
  • Expanded query document description support to include operations, fragments and variable declarations
  • Expanded deprecation labeling support across schema elements
  • Updated unicode handling to support the full range of unicode characters

Bug Fixes

  • Fixed a bug where by an invalid, escaped unicode character sequence may have greedily assume additional characters are part of the escape sequence.

Solution Updates

  • Converted solution files to .slnx format
  • Added build targets for .NET 10
  • Fixed the graphiql.html editor page so that it works again.

Closes #171
Relates to: graphql-aspnet/graphql-aspnet.github.io#76

@kevin-carroll kevin-carroll merged commit fab52ff into master Dec 8, 2025
1 check passed
@kevin-carroll kevin-carroll deleted the feature/2025-spec-updates branch December 8, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Specification Update: Sept 2025

3 participants