mhallin / graphql_ppx

GraphQL PPX rewriter for Bucklescript/ReasonML
BSD 3-Clause "New" or "Revised" License
320 stars 42 forks source link

Type of Input Object not compiling #78

Closed jcdoig closed 5 years ago

jcdoig commented 5 years ago

I tried the solution mentioned in issue 38 to type a graphql object input. However it does not compile in bs-platform 4.0.18 It complains that there is no Js_unsafe module. The Js_unsafe module was merged with the Js module back in Nov 2018. The compiler complains that Js_unsafe.unsafe_downgrade function is missing

baransu commented 5 years ago

What version of graphql_ppx are you using?

jcdoig commented 5 years ago

My bad, I was using an outdated version.