github graphql/graphiql graphql-language-service@5.5.0

one month ago

Minor Changes

  • #4071 3a0a755 Thanks @dimaMachina! - feat(graphql-language-service): export getContextAtPosition
    feat(graphiql): dynamically import monaco-editor and monaco-graphql

    When using GraphiQL in Next.js app, you no longer need to use next/dynamic:

    -import dynamic from 'next/dynamic'
    -const GraphiQL = dynamic(() => import('graphiql').then(mod => mod.GraphiQL), {
    -  ssr: false
    -})
    +import { GraphiQL } from 'graphiql'

Don't miss a new graphiql release

NewReleases is sending notifications on new releases.