Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-21 | 1.6 kB | |
v5.0.0-alpha.2 source code.tar.gz | 2025-08-21 | 2.8 MB | |
v5.0.0-alpha.2 source code.zip | 2025-08-21 | 7.8 MB | |
Totals: 3 Items | 10.6 MB | 0 |
In this new alpha of v5, here are the main highlights:
- WasmJs target added to GraphQL subscriptions
- Experimental generateApolloEnums
option to generate enums as a sealed hierarchy distinguishing known and unknown values
- and a handful of bug fixes and improvements.
Your feedback is greatly appreciated as you try the new version!
To migrate your project, please read the migration guide (work in progress).
👷♂️ All changes
- [new] Add GraphQL subscriptions support for wasmJs target (#6637)
- [new] Introduce
Service.generateApolloEnums
to generate enums with a__Known
interface (#6611) - [new] Add generateApolloProjectIdeModel task (#6666)
- [new] Introduce Service.pluginsArguments and relax the check for multiple plugins (#6622)
- [fix] Added default Accept header to introspection query (#6616)
- [fix] Fix error reporting on invalid documents (#6642)5
- [fix] [Execution] Fix coercing variable values (#6644)
- [fix] Normalize the order of arguments of checked definitions (#6650)
- [fix] Make sure that the introspection endpoint property value is checked at execution time (#6657)
- [fix] Use the more lenient dependencies API (#6667)
- [fix] Do not silently discard network exceptions (#6669)
- [upgrade] Use built-in Node
fetch
(#6674)
💜 Contributors
Many thanks to @pedromfmachado, @jvanderwee, @aryapreetam and @francescocervone for the contributions and help in this release 💜