graphql-language-service icon indicating copy to clipboard operation
graphql-language-service copied to clipboard

An interface for building GraphQL language services for IDEs

Results 4 graphql-language-service issues
Sort by recently updated
recently updated
newest added

I want to pass some ParseOptions. The obvious way to do this is to specify it in `.graphqlconfig` and make graphql-language-service pick this up and respect it. This is only...

This PR adds support for `textDocument/documentSymbol` to the lsp-compatible server. Here's a screenshot in vscode: ![outline](https://user-images.githubusercontent.com/2320890/34366465-83542b54-ea61-11e7-8cbd-7ebef5cb6049.gif)

In addition to the code-completion logic, this includes a fix to the parser to always surface types to the first non-type parent state, which is required to have access to...