We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@baransu @anmonteiro I've tried to use graphql_ppx with the most recent bs-platform v7 and they are not compatible.
graphql_ppx
bsb output is:
bsb
Failure("Ast_mapper: OCaml version mismatch or malformed input") Error while running external preprocessor Command line: /Users/xxx/Sandbox/reasonml/xxxx-frontend/node_modules/graphql_ppx/ppx '/var/folders/l5/yw1pj_850wl8zb3nyrzkp19w0000gn/T/camlppx664bf5' '/var/folders/l5/yw1pj_850wl8zb3nyrzkp19w0000gn/T/camlppxfde9a1'
package.json is:
package.json
"devDependencies": { "bs-platform": "7.3.2" }, "dependencies": { "graphql_ppx": "^0.2.8" }
This issue seemed to have happened previously with bs-platform v6 - support for Bucklescript 6.x fixed it.
Any ideas if we can get graphql_ppx to work with bs-platform v7?
bs-platform
The text was updated successfully, but these errors were encountered:
This repository is deprecated. Please use @reason-community/graphql-ppx
Sorry, something went wrong.
Thank you @baransu - I have now posted on @reason-community/graphql-ppx teamwalnut/graphql-ppx#210
@reason-community/graphql-ppx
No branches or pull requests
@baransu @anmonteiro I've tried to use
graphql_ppx
with the most recent bs-platform v7 and they are not compatible.bsb
output is:package.json
is:This issue seemed to have happened previously with bs-platform v6 - support for Bucklescript 6.x fixed it.
Any ideas if we can get
graphql_ppx
to work withbs-platform
v7?The text was updated successfully, but these errors were encountered: