You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom scalars are sometimes unavoidable if working with an existing system. I suggest that we should treat custom scalars as Js.Json.t and let the user decode/encode them accordingly. In the future we're probably gonna need another solution but it's good enough for now IMO.
@ulrikstrid played with a POC implementation which works fine but we couldn't get parameters to work. What do you think?
The text was updated successfully, but these errors were encountered:
Custom scalars are sometimes unavoidable if working with an existing system. I suggest that we should treat custom scalars as
Js.Json.t
and let the user decode/encode them accordingly. In the future we're probably gonna need another solution but it's good enough for now IMO.@ulrikstrid played with a POC implementation which works fine but we couldn't get parameters to work. What do you think?
The text was updated successfully, but these errors were encountered: