vscode-graphql icon indicating copy to clipboard operation
vscode-graphql copied to clipboard

:grapes: A GraphQL extension for vscode with support for autocomplete, go to def, and more

Results 17 vscode-graphql issues
Sort by recently updated
recently updated
newest added

I use the latest version of this extension available. I also use the latest version of vs code. I have put `.graphqlconfig` in the root directory of my project and...

I observed this when providing an absolute path glob for the includes and noticed that the `includesFile` function is converting matched files to a relativePath. `minimatch` is not reporting a...

I have a folder structure like this: workspace --app ----app1 ------.graphqlconfig ------gql-schema.json ----app2 ------.graphqlconfig ------gql-schema.json The contents of .graphqlconfig is: { "schemaPath": "gql-schema.json" } I would like to get grahpql...

Ideally, we do not need the `useLanguageServer` flag, or at least enable it by default. This might require either running `graphql-config` locally to find configuration files, or making the language...

Support fragment importing strategies when checking validity of queries, i.e. for argument usage.

[`language-babel` for Atom does this really well](https://github.com/gandm/language-babel#graphql-code-highlighting), supporting: ```js // Apollo gql`` // Relay Relay.QL`` graphql`` // No template tag function /* GraphQL */`` ``` Currently no VS Code extension...