in lacinia the changelog entry for the scalar breaking change in 0.33.0 mentions the possibility of overriding the behavior for scalars if you want the old behavior back, but doesn't give an example of how to do this, does anyone have an example or any pointers of where to look?
ah, found the custom scalars sections in the docs
bah, trying to attach scalar transforms like the docs seem to show gives spec errors
it looks like the docs are maybe outdated, they show parse and serialize as functions, but it looks like the spec is expecting something that returns true for spec?
the error message doesn't include the namespace spec?
is coming from
I tell a lie, it does clojure.spec.alpha/spec?
ah, I just haven't pulled my own master so am still depending on the old version of lacinia