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

```js const query = require('fs').readFileSync(`${__dirname}/MyQuery.graphql`, 'utf8'); describe('some test' () => { it('should do something', async () => { return request .post('/graphql') .send({ query, variables }) .expect(res => expect(res.body).toMatchSnapshot()) .expect(206); });...

i believe i've set everything up according to the docs but the plugin doesn't seem to be working and i'm seeing an error in the vs code dev tools. my...

I have no idea what's going on here VSCode v1.33.1 Node v12.0.0 GraphQL for VSCode v1.13.1 [Info - 12:04:52 PM] NODE_PATH value is: /Users/Andy/node_modules [Info - 12:04:53 PM] Module '@playlyfe/gql'...

I'm using a file structure which I believe is common. I have multiple files like "Post.graphql" and "User.graphql", each with their own distinct types. But, each also has a "Query"...

I'm sorry, I don't know how to name this issue. I followed the **installation steps**: 1. Installed `playlyfe/gql`: 2. Installed `watchman`: 3. Installed this plugin in VSCode & restarted the...

Hi, I'm trying to use this extension in **golang-graphql** project. It doesn't work as expected. Also, I'm seeing this issue on vscode `output` tab: What's working: Syntax Highlighting What's not...

https://old.reddit.com/r/devops/comments/at3oyq/it_looks_like_ibera_is_gutting_travis_ci_just_a/

I installed this plugin and then gql (`yarn --dev add @playlyfe/gql`) Then I created a simple index.js file for a graphql tutorial but the VSCode plugin is not woking. I'm...

Not an error, but show warning if I use Subscription type. ``` type Subscription { newUser: User } ``` ![screen shot 2019-02-11 at 12 17 36](https://user-images.githubusercontent.com/11418765/52544929-463bb180-2df7-11e9-9679-53004c42f6cc.png) Doesn't happen with Query...

Error saying unknown directives 'client'