UNPKG

graphql-language-service-interface

Version:
15 lines (10 loc) 1.21 kB
# graphql-language-service-interface [![NPM](https://img.shields.io/npm/v/graphql-language-service-interface.svg)](https://npmjs.com/graphql-language-service-interface) ![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/graphql-language-service-interface) ![npm downloads](https://img.shields.io/npm/dm/graphql-language-service-interface?label=npm%20downloads) ![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/codemirror-graphql) [![License](https://img.shields.io/npm/l/graphql-language-service-interface.svg?style=flat-square)](LICENSE) [Discord Channel](https://discord.gg/wkQCKwazxj) [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.