-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema file not found #66
Comments
Hello! The file should be named |
@mhallin have you had the chance to look into this? 😬 |
I have this which isnt working either: "ppx-flags": [
"graphql_ppx/ppx\\ -schema=graphql_schema.json"
], |
@idkjs I spent a while this evening trying to work this out. As of BuckleScript 5.1.0, the following works for me:
I'm new to the ecosystem, so I'm not really sure when it broke or was fixed. It appears this one has ping-ponged a few times. It looks like the array of arguments is the syntax going forward though. |
I'm trying to use the
-schema
parameter but I keep getting this errorNo matter where I locate the schema file, it's always the same error. Having it as
schema.json
in the same folder as bsconfig also producec this error.I've also tried it with
graphql_ppx/ppx\\ -schema=...
like mentioned for bs-platform 4.0.2 in #50.Any ideas?
The text was updated successfully, but these errors were encountered: