graphql-language-service@5.5.0
·
14 commits
to main
since this release
Minor Changes
-
#4071
3a0a755Thanks @dimaMachina! - feat(graphql-language-service): exportgetContextAtPosition
feat(graphiql): dynamically importmonaco-editorandmonaco-graphqlWhen 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'