At least it worked fine for me, when I followed the instructions in chapter https://www.howtographql.com/react-relay/2-queries-loading-links/. Maybe the issue is now fixed and you can remove this comment from the tutorial?
Hi, I just realised that while it is working fine without changing the schema file in chapter https://www.howtographql.com/react-relay/2-queries-loading-links/, it is actually not working when running it again in chapter https://www.howtographql.com/react-relay/3-mutations-creating-links/, when trying to compile the mutations. I had to update the schema file as instructed in the previous chapter for the error to disappear. The error I got was:
RangeError: Maximum call stack size exceeded
Thanks for pointing that out @s, do you mind submitting a PR in both chapters to correct this? :)
Thanks @sderungs99 for opening this issue 馃槃. Closing this due to inactivity!
Most helpful comment
Hi, I just realised that while it is working fine without changing the schema file in chapter https://www.howtographql.com/react-relay/2-queries-loading-links/, it is actually not working when running it again in chapter https://www.howtographql.com/react-relay/3-mutations-creating-links/, when trying to compile the mutations. I had to update the schema file as instructed in the previous chapter for the error to disappear. The error I got was:
RangeError: Maximum call stack size exceeded