Jaap Frolich

Results 138 comments of Jaap Frolich

Thanks for creating the issue!

Custom fields have not been implemented for input objects indeed! I definitely would welcome a PR if you are up for it.

Custom scalars should be just the JSON type. So if it's a string natively, you need to convert it to a JSON type (YoJson on native, Js.Json.t on ReScript).

It's actually not related to this issue, and should just work.

> I meant custom fields in the context of input objects (like you said above had not been implemented yet). Custom fields are just an ergonomic way to automatically convert...

Would be good to find a fix for this!

Hmm yes. Let me look into this to make the types more correct!

It can probably use the same executable as Linux. Can you see if that works?

I thought there was some compatibility layer on BSD so that ELF binaries would work there. If that doesn't work, you might need to compile the ppx yourself.

Once you have those it's pretty easy to compile, just `esy b`. It produces an exe and that is the only thing you need to provide in your `bsconfig.json`. (We...