StrawHat v0.1.0 StrawHat.GraphQL.Scalar.JSON View Source

An Absinthe Scalar for JSON.

Link to this section Summary

Link to this section Functions

Link to this function parse(map) View Source
parse(%{value: String.t}) :: {:ok, map} | :error
Link to this function serialize(value) View Source
serialize(Poison.Encoder.t) :: iodata | no_return

See Poison.encode!/1.