stardog-graphql-language-server

A server providing language intelligence (autocomplete, diagnostics, hover tooltips, etc.) for [GraphQL](https://graphql.github.io/graphql-spec/), including both standard GraphQL and [Stardog](https://www.stardog.com/) [extensions](https://www.stardog.com

Usage no npm install needed!

<script type="module">
  import stardogGraphqlLanguageServer from 'https://cdn.skypack.dev/stardog-graphql-language-server';
</script>

README

stardog-graphql-language-server

A server providing language intelligence (autocomplete, diagnostics, hover tooltips, etc.) for GraphQL, including both standard GraphQL and Stardog extensions, via the Language Server Protocol.

Features

  • Autocompletion for GraphQL keywords, including Stardog extensions
  • Diagnostics (error hints)
  • Hover tooltips (identifies entities in GraphQL grammar and shows "expected" symbols in the case of an error)
  • Open source
  • No arbitrary code execution
  • Powers some of the core language intelligence capabilities of Stardog Studio

For full details, including instructions for integrating with editors, see the README for the stardog-language-servers repo.

License

Apache-2.0