Open
Description
I was unable to use this library in a new rescript 11 project.
I received the following error:
This function is a curried function where an uncurried function is expected
I didn't get the chance to dig deeper into the issue so I can't say what the root cause is, but it happened on this query:
let result = %graphql(`
query UserQuery {
indexers {
created_time
indexer_id
}
}
`)
Activity
DZakh commentedon Nov 30, 2023
I managed to make it work using
@@uncurried.swap
cwstra commentedon Dec 7, 2023
I think the ppx still fails with a "This function is a curried function where an uncurried function is expected" error whenever a fragment shows up, which is harder to fix with a wrapper.
LeoLeBras commentedon Jan 19, 2024
A rescript-forum note from the main maintainer 🙏
studious commentedon Jan 30, 2025
Hello,
does TeamWalnut have a timeframe for publishing a new npm package with latest ppx binaries compatible with rescript 11?
My colleague is proceeding by grabbing the binary that was committed at one point and referencing this repo directly.
Something official would be great even if uses @next notation.
LeoLeBras commentedon Feb 10, 2025
👍 It would be great if a stable “latest” version could be released.
The latest version was published in #dev branch under the release name 1.2.4-79d140a5.0.