From 57473b9129326bdb355031e0b2bf236ff84f12d7 Mon Sep 17 00:00:00 2001 From: Mykhailo Skorokhodov Date: Tue, 23 Jun 2026 15:38:58 +0200 Subject: [PATCH] fix: bump laboratory bundled graphql to ^16.14.0 --- .changeset/tall-vans-battle.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/tall-vans-battle.md diff --git a/.changeset/tall-vans-battle.md b/.changeset/tall-vans-battle.md new file mode 100644 index 0000000000..278e24f466 --- /dev/null +++ b/.changeset/tall-vans-battle.md @@ -0,0 +1,9 @@ +--- +'@graphql-hive/render-laboratory': patch +--- + +Bump bundled `graphql` from `^16.12.0` to `^16.14.0` to fix "Unexpected invariant triggered" error +in the schema explorer when introspecting servers running graphql-js 16.14+. graphql-js 16.14.0 +added `DIRECTIVE_DEFINITION` to the `@deprecated` directive's introspection locations; the +previously bundled 16.12.0 did not recognise this enum value, making the Laboratory unusable against +any such server.