You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a max size of the schema file? I am trying to generate code from this file: http://api-schema-doc.s3-website-eu-west-1.amazonaws.com/schema-beta.json
But the cli "generate" command just tells me JSON Parse error: Unexpected EOF
Is there any way of knowing which line or type that generates the error?
The text was updated successfully, but these errors were encountered:
Hi @JBergsee, there doesn't appear to be anything invalid with the schema format and the length isn't an issue. I was able to generate a simple operation against the schema so I suggest checking that your operation files don't have any formatting issues.
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.
Thank you @calvincestari !
I have been wasting an entire week on trying to fix the schema, when it was a capital "A" instead of an "a" in an operation file that made the whole thing fail...
I'm extremely grateful for this breakthrough!
Question
Is there a max size of the schema file? I am trying to generate code from this file:
http://api-schema-doc.s3-website-eu-west-1.amazonaws.com/schema-beta.json
But the cli "generate" command just tells me JSON Parse error: Unexpected EOF
Is there any way of knowing which line or type that generates the error?
The text was updated successfully, but these errors were encountered: