August 07, 2026
·
7 commits
to main
since this release
@graphql-hive/gateway@2.11.2
Patch Changes
-
#2528
60111efThanks @jonathanawesome! - dependencies updates:- Updated dependency
@graphql-hive/render-laboratory@^0.1.14↗︎ (from^0.1.10, independencies)
- Updated dependency
-
#2528
60111efThanks @jonathanawesome! - Update Hive Laboratory to the latest version.Added
- Copy as cURL in the operation toolbar.
- A reload-schema button in the builder, which introspects over the network even when the
gateway supplied the schema. - An
introspection.pollSchemasetting to turn off the 5 second introspection poll and
refresh the schema only on demand. - The Query Plan tab is now always shown, with an empty state explaining that plans appear
when the gateway returnsextensions.queryPlan.
Fixed
- The builder no longer collapses expanded fields while introspection is polling, and
toggles no longer reset the view. - Editor hovers, tooltips, and Monaco's folding icons now render correctly.
- Response size is shown in real units instead of always reading
0KB.
Removed
- The request
retrysetting has been removed from the Laboratory. The underlying HTTP
executor retried on any GraphQLerrorsresponse while dropping request headers, so
retries went out unauthenticated. Existing persistedretryvalues are ignored
automatically. If you setgraphiql: { retry: … }in your gateway config, it no longer
has any effect.