Fork me on GitHub
#graphql
<
2018-11-05
>
pablore18:11:01

Using lacinia, I’m trying to define a JSON scalar using data.json for parsing and serializing. The scalar definition is like this:

...
{:scalars
   {:JSON
    {:parse (schema/as-conformer json/read-str)
     :serialize (schema/as-conformer json/write-str}}
...
But when I execute queries, it still is returning string unparsed