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

definition is not executable

Open mrg0lden opened this issue 7 years ago • 0 comments

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 that's how it looks:

{
  "schemaPath": "./schema.graphql",
  "exclude": ["./schema.graphql"]
}

I tried it without exclude also and still getting: [GraphQL: Validation] the Whatever definition is not executable.

mrg0lden avatar Nov 04 '18 13:11 mrg0lden