graphql import fragment

graphql import fragment


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" 🙁

Share
Improve this question


Load 7 more related questions


Show fewer related questions

0

Reset to default



Leave a Reply

Your email address will not be published. Required fields are marked *