graphiql@5.4.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 with
experimentalFragmentArguments: 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.