@graphql-hive/laboratory@0.1.9
·
1 commit
to main
since this release
Patch Changes
- #8167
6e9a210
Thanks @mskorokhodov! - Bump bundledgraphqlfrom^16.12.0
to^16.14.0to fix "Unexpected invariant triggered" error in the schema explorer when
introspecting servers running graphql-js 16.14+. graphql-js 16.14.0 addedDIRECTIVE_DEFINITION
to the@deprecateddirective's introspection locations; the previously bundled 16.12.0 did not
recognise this enum value, making the Laboratory unusable against any such server.