Howtographql: Relay-compiler has no issue with non-nullable types on the connection types in the schema

Created on 20 Aug 2017  路  3Comments  路  Source: howtographql/howtographql

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?

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

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings