Fork me on GitHub
#malli
<
2019-12-30
>
Johan03:12:39

I'm trying to implement the ideas developed on this talk with Malli. Anyone else is splitting attributes schemas and selections ? source: https://www.youtube.com/watch?v=YR5WdGrpoug

ikitommi09:12:29

that said, it would be trivial to write a custom select schema, allowing serializable selects:

[:select 
 [:map [:x int?] [:y int?]]
 [:x]]