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 just saw that on the documentation you have absolute paths, but what blocks to have the same behavior with the loader?