0
I have a graphql extension for vscode. It works fine, I got a highlight and param hints but can’t get fragments to work properly..
client: {
service: {
name: 'test',
localSchemaFile: './schema.json',
includes: ['./graphql/**/*.graphql'],
},
},
}
This is my setup, and I import fragment with line…
#import ".../file.graphql"
and vscode says "unknown fragment" 🙁