graphiql icon indicating copy to clipboard operation
graphiql copied to clipboard

[WIP][reference] Integrate graphql-js experimental parser

Open thenamankumar opened this issue 5 years ago • 2 comments

This PR is in progress and contains the work done under GSOC2020

It integrates the experimental online parser from graphql-js in place of the graphiql parser. https://github.com/graphql/graphql-js/pull/2770

[x] Integrate with graphql mode in codemirror and support syntax highlighting [ ] Update auto suggestion utils

thenamankumar avatar Aug 30 '20 16:08 thenamankumar

awesome! needs to be added to the LSP (gls-interface) as well, for LSP server and codemirror/monaco-graphql

acao avatar Aug 30 '20 16:08 acao

During migration we decided to drop it. Need to re-write in TS with more tests see https://github.com/graphql/graphql-js/pull/3031

saihaj avatar Nov 05 '21 17:11 saihaj