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
}
}
`)
Metadata
Metadata
Assignees
Labels
No labels