graphql-language-service
graphql-language-service copied to clipboard
An interface for building GraphQL language services for IDEs
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: 
… readm.me to reflect changes
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...