| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| graphiql@5.4.0 source code.tar.gz | 2026-08-30 | 2.6 MB | |
| graphiql@5.4.0 source code.zip | 2026-08-30 | 3.0 MB | |
| README.md | 2026-08-30 | 1.1 kB | |
| Totals: 3 Items | 5.7 MB | 0 | |
Minor Changes
- #4462
1cb7ebaThanks @JoviDeCroock! - Add opt-in GraphQL 17 fragment argument syntax support to parsing, validation, type information, autocomplete, hover, and editor integrations. Enable it withexperimentalFragmentArguments: true; it defaults tofalseuntil server capabilities can advertise support.
Also fix variable autocomplete to respect operation and fragment scope while including variables from operations that spread the current fragment.