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

GraphQL syntax highlighting, linting, auto-complete, and more!

Results 32 graphql-for-vscode issues
Sort by recently updated
recently updated
newest added

GraphQL directives can be added to many places: https://spec.graphql.org/draft/#sec-Type-System.Directives Currently not all places listed in the spec are supported for syntax highlighting. Especially many type system directive locations are missing....

I'm working in a project that recently converted to Yarn plug'n'play for installing dependencies and this extension has started failing with the following error message: ``` [2021-09-24T12:12:37.989] [INFO] gql-language-server -...

My .gqlconfig has schema files as following ``` schema: { files: {include: ['libs/schema/src/**/*.gql', 'app/src/client-schema.gql']} } ``` and I have the Query defined inside `../schema` folder ``` type Query { item:...

Hi, I followed the setup carefully & the extension is running without any errors. But, none pf the feature seems to work. ``` /* .gqlconfig */ { schema: { files:...

This extensions throws errors for custom scalars. Saying not recognized basically. Is there going to be support for custom scalars? Or if already, how and where do you define the...

Isn't it sufficient to only point to the `schema.graphql` file? Also, can't it make some assumptions about where that file might be?

Discussion

Is there a way to format my `schema.graphql` files in Visual Studio Code? If I install this extension and reload Visual Studio Code and try to format my file it...

enhancement

![image](https://user-images.githubusercontent.com/1141262/66843758-d4da7280-ef32-11e9-9bcd-d40c2295d3f7.png)

Hello. My graphql schema has triple-quote descriptions, such as """Description goes here""". Seems like I'm not getting autocomplete when that is the case. If I go to the schema.gql file...

If the package.json use the latest version of graphql.js package, you have the following error: [Info - 10:42:06] NODE_PATH value is: xxxxxx [Error - 10:42:08] Server initialization failed: Request initialize...

gql-issue