G

GraphiQL

G
GraphiQL Dev Tools v1.3.13

vscode-graphql-syntax@1.3.13

Patch Changes #4491 d34c539 Thanks @rrbe! - Fix highlighting of consecutive field and argument descriptions without separating commas, preventing description punctuation from causing subsequent code to be highlighted as documentation. #4494 e19ba2d Thanks @trevor-scheer! - Fix highlighting of compact defaults and descriptions that follow default values on the same line.

G
GraphiQL Dev Tools v5.4.0

graphiql@5.4.0

Minor Changes #4462 1cb7eba Thanks @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 to false until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while includ…

G
GraphiQL Dev Tools v1.9.0

monaco-graphql@1.9.0

Minor Changes #4462 1cb7eba Thanks @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 to false until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while includ…

G
GraphiQL Dev Tools v2.2.9

codemirror-graphql@2.2.9

Patch Changes #4462 1cb7eba Thanks @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 to false until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while includ…

G
GraphiQL Dev Tools v0.39.0

@graphiql/react@0.39.0

Minor Changes #4462 1cb7eba Thanks @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 to false until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while includ…

G
GraphiQL Dev Tools v2.15.0

graphql-language-service-server@2.15.0

Minor Changes #4462 1cb7eba Thanks @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 to false until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while includ…

G
GraphiQL Dev Tools v5.7.0

graphql-language-service@5.7.0

Minor Changes #4462 1cb7eba Thanks @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 to false until server capabilities can advertise support. Also fix variable autocomplete to respect operation and fragment scope while includ…

G
GraphiQL Dev Tools v6.0.0-beta

graphiql@6.0.0-beta.1

Patch Changes Updated dependencies [cb2ac2a]: @graphiql/react@1.0.0-beta.1 @graphiql/plugin-collections@1.0.0-beta.1 @graphiql/plugin-doc-explorer@1.0.0-beta.1 @graphiql/plugin-history@1.0.0-beta.1 @graphiql/plugin-query-builder@1.0.0-beta.1

G
GraphiQL Dev Tools v1.0.0-beta

@graphiql/react@1.0.0-beta.1

Patch Changes #4471 cb2ac2a Thanks @trevor-scheer! - Pin internal @graphiql/react and @graphiql/toolkit dependency ranges to exact beta versions, so caret prerelease ranges can no longer resolve to the 1.0.0-next.* builds published in 2022.

G
GraphiQL Dev Tools v1.0.0-beta

@graphiql/plugin-collections@1.0.0-beta.0

Major Changes #4359 ac56840 Thanks @trevor-scheer! - New @graphiql/plugin-collections plugin for saving named operations into folder collections and reusing them later, default-installed in the graphiql meta-package so a Collections rail icon appears out of the box (passing the plugins prop opts out of the default set as before). Collapsible tree UI with inline rename, hover-revealed row actions,…

G
GraphiQL Dev Tools v1.0.0-beta

@graphiql/plugin-query-builder@1.0.0-beta.0

Major Changes #4352 f8a9445 Thanks @trevor-scheer! - Add @graphiql/plugin-query-builder, a first-party visual query builder. It renders the schema's root types as a collapsible tree; checking a field adds it to the current operation and unchecking removes it, with the document parsed, mutated, and reprinted through the graphql package's AST utilities. Fields expose argument inputs (scalars, enums,…

G
GraphiQL Dev Tools v1.0.0-beta

@graphiql/react@1.0.0-beta.0

Major Changes #4423 f45e26b Thanks @trevor-scheer! - cn is no longer exported from @graphiql/react; import clsx directly. #4393 827da62 Thanks @trevor-scheer! - Remove deprecated hooks: useEditorContext, useExecutionContext, usePluginContext, useSchemaContext, useTheme, useStorage, useStorageContext, usePrettifyEditors, useCopyQuery, useMergeQuery, the *Store aliases (in @graphiql/react); useExplo…

G
GraphiQL Dev Tools v1.0.0-beta

@graphiql/toolkit@1.0.0-beta.0

Major Changes #4392 26ae143 Thanks @trevor-scheer! - Remove the deprecated legacyClient alias from CreateFetcherOptions. It duplicated legacyWsClient — pass legacyWsClient instead. Minor Changes #4333 093cb10 Thanks @trevor-scheer! - Add a structured Transport API alongside the existing Fetcher. createTransport({...}) performs the GraphQL request and returns a TransportResponse carrying the real H…

G
GraphiQL Dev Tools v1.0.0-beta

@graphiql/plugin-history@1.0.0-beta.0

Major Changes #4393 827da62 Thanks @trevor-scheer! - Remove deprecated hooks: useEditorContext, useExecutionContext, usePluginContext, useSchemaContext, useTheme, useStorage, useStorageContext, usePrettifyEditors, useCopyQuery, useMergeQuery, the *Store aliases (in @graphiql/react); useExplorerContext (in @graphiql/plugin-doc-explorer); and useHistoryContext (in @graphiql/plugin-history). Replacem…

G
GraphiQL Dev Tools v5.1.4-beta

@graphiql/plugin-code-exporter@5.1.4-beta.0

Patch Changes Updated dependencies [0f96193, 1919f6a, b6f8dc6, d4f0268, c25bfd5, f8a9445, 1ce71e4, f45e26b, 827da62, b6f8dc6, a0fe11a, b6f8dc6, 093cb10, b6f8dc6]: @graphiql/react@1.0.0-beta.0

G
GraphiQL Dev Tools v1.0.0-beta

@graphiql/plugin-doc-explorer@1.0.0-beta.0

Major Changes #4393 827da62 Thanks @trevor-scheer! - Remove deprecated hooks: useEditorContext, useExecutionContext, usePluginContext, useSchemaContext, useTheme, useStorage, useStorageContext, usePrettifyEditors, useCopyQuery, useMergeQuery, the *Store aliases (in @graphiql/react); useExplorerContext (in @graphiql/plugin-doc-explorer); and useHistoryContext (in @graphiql/plugin-history). Replacem…

G
GraphiQL Dev Tools v6.0.0-beta

graphiql@6.0.0-beta.0

Major Changes #4416 9c153e2 Thanks @trevor-scheer! - @graphiql/plugin-explorer is removed. Its visual query-building UI is replaced by @graphiql/plugin-query-builder, which is default-installed in the graphiql meta-package, so the capability is available with no extra setup. If you installed and registered @graphiql/plugin-explorer yourself, drop the dependency and the plugins entry; if you relied…

G
GraphiQL Dev Tools v1.3.12

vscode-graphql-syntax@1.3.12

Patch Changes #4385 bd73a95 Thanks @glen-84! - Highlight GraphQL string values — including single-line and block (triple-quoted) strings in directive and field arguments, list items, and default values — as strings instead of comments. Descriptions are now scoped as documentation (comment.block.documentation / comment.line.documentation) so themes can style them distinctly while still defaulting t…

G
GraphiQL Dev Tools v5.3.0

graphiql@5.3.0

Minor Changes #4448 e751f65 Thanks @dargmuesli! - Add customScalarSchemas prop to GraphiQLProvider/GraphiQL, forwarded to monaco-graphql's per-schema customScalarSchemas config. Without it, the variable editor's live JSON Schema linter assumes every custom scalar only accepts primitives (string, number, boolean, integer) and reports a spurious "Incorrect type" error for scalars that legitimately a…

G
GraphiQL Dev Tools v5.6.0

graphql-language-service@5.6.0

Minor Changes #4442 0893da7 Thanks @pur3miish! - Expose the active input object type from the language service and use it to navigate the Documentation Explorer to fields inside nested input object literals.

G
GraphiQL Dev Tools v0.38.0

@graphiql/react@0.38.0

Minor Changes #4448 e751f65 Thanks @dargmuesli! - Add customScalarSchemas prop to GraphiQLProvider/GraphiQL, forwarded to monaco-graphql's per-schema customScalarSchemas config. Without it, the variable editor's live JSON Schema linter assumes every custom scalar only accepts primitives (string, number, boolean, integer) and reports a spurious "Incorrect type" error for scalars that legitimately a…