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
Currently there is no way to not to avoid to use a escape hatch bs.raw to do the logic.
Probably we could recommend the usage of https://github.com/jaredly/js_deep_ppx?
And of course change the types of updateQuery to use (prev: Query.t, {. "fetchMoreResult": Query.t}) => Query.t
Currently there is no way to not to avoid to use a escape hatch bs.raw to do the logic.
Probably we could recommend the usage of https://github.com/jaredly/js_deep_ppx?
And of course change the types of updateQuery to use
(prev: Query.t, {. "fetchMoreResult": Query.t}) => Query.t