graphql-language-service-interface
Version:
Interface to the GraphQL Language Service
14 lines (9 loc) • 1.16 kB
Markdown
# graphql-language-service-interface
[](https://npmjs.com/graphql-language-service-interface)



[](LICENSE)
[API Docs](https://graphiql-test.netlify.app/typedoc/modules/graphql_language_service_interface.html)
LSP Language Service written in Typescript used by [GraphQL Language Service Server](https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service-server) and [Codemirror GraphQL](https://github.com/graphql/graphiql/tree/main/packages/codemirror-graphql).
This provides the Official [Language Server Protocol](https://langserver.org) compliant GraphQL language service to be used by an IDE plugin, a browser application or desktop application.