Skip to content

@graphql-hive/laboratory@0.1.9

Choose a tag to compare

@theguild-bot theguild-bot released this 24 Jun 07:43
· 1 commit to main since this release
c5ad712

Patch Changes

  • #8167
    6e9a210
    Thanks @mskorokhodov! - 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.