Results 3 issues of Peter Petre

Is it possible right now to config file extensions to watch and reload? for graphql files i m using graphql-import.

Type: Enhancement
Status: Help Wanted
Priority: Medium

There is a bug in example branch. When you click on "Save an invalid color" and then click on the color list to change the background you get the error...

bug
Example App

Error, no such file or directory: `# import * from './myFolder/myFile.graphql'` Ok, with absolute paths: `# import * from 'src/.../myFolder/myFile.graphql'` I didnt meet any problem like this with graphql-import. I...