Andrei Lazarescu
Andrei Lazarescu
Hi @charlypoly , I have a similar issue This is my config: ```yaml overwrite: true schema: localhost:8000 documents: "graphql/**/*.graphql" generates: generated/index.tsx: config: withHooks: true plugins: - add: content: '// THIS...
I tried that too initially, with no luck. Further problems I encountered with different programs during development seem to indicate that my laptop treats `localhost` as IPv6, but my graphql...
> UPDATE: Using 127.0.0.1 instead of localhost solved the problem I did try it and it worked. I just don't know if the solution is the same for the problem...