A.J. Roberts

Results 4 comments of A.J. Roberts

My `#import` implementation doesn't currently respect the `NODE_PATH` setting, so the path you used above would be relative to the `.gql` file. My personal solution would be to use a...

I use this with a typescript project I'm working on and haven't needed types for it since it's only used indirectly at compile time. Are you getting any kind of...

Thanks for reporting this, and for the easy repro instructions. I'll try my best to check this out over the weekend!

I've never used it but if it works with react-app-rewired, it will work with this. You may want to try searching their issues for `react-app-rewired` or opening an issue if...