graphql-ppx icon indicating copy to clipboard operation
graphql-ppx copied to clipboard

GraphQL language primitives for ReScript/ReasonML written in ReasonML

Results 39 graphql-ppx issues
Sort by recently updated
recently updated
newest added

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...

Esy's maintenance status has been a bit flaky, so this PR aims to clean a few things up: - Move to Opam + build file over Esy - Bring dependencies...

check the different ppxlib preprocessing phases: https://twitter.com/_anmonteiro/status/1644031054544789504 we want to run graphql_ppx in the "global transformations" phase, in order to allow graphql_ppx to be used with other PPXes that use...

The code in this repository supports the latest version of rescript, which is 10, but the npm version has not been updated because the version number has not changed.

When trying to use graphql-ppx with Melange, one runs into a couple of issues: - `ppx_runtime_libraries` brings `graphql_ppx.graphql_ppx_runtime`, but this library is not compatible with `melange` modes - there is...

Hi Just hit the runtime crash where the graphql ppx code will raiseError if you have partially requested a graphql Union with FutureAddedValues unset. Any thought about giving this exception...

Hey all Trying to port our rescript app to 11 I notice that this ml code looks for config in bsconfig.json. I have left both in place but will be...