We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1b25fc6 commit7e9d31dCopy full SHA for 7e9d31d
CHANGELOG.md
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
- update MSRV to`1.86.0`
10
- Allow exporting SDL with spaces[#1688](https://github.com/async-graphql/async-graphql/pull/1688)
11
- Update GraphiQLSource to use React v18[#1705](https://github.com/async-graphql/async-graphql/pull/1705)
12
+- fix: generate description of directives.[#1681](https://github.com/async-graphql/async-graphql/pull/1681)
13
+- feat: add@requiresScopes support[#1695](https://github.com/async-graphql/async-graphql/pull/1695)
14
+- chore: fix clippy and fmt errors[#1713](https://github.com/async-graphql/async-graphql/pull/1713)
15
+- use preferred mime-type[#1714](https://github.com/async-graphql/async-graphql/pull/1714)
16
+- Add GraphiQLSource version[#1704](https://github.com/async-graphql/async-graphql/pull/1704)
17
18
#[7.0.16] 2025-03-20
19
examples