AshGraphql.Types.JSON (ash_graphql v0.20.1) View Source
The Json scalar type allows arbitrary JSON values to be passed in and out.
Link to this section Summary
Link to this section Functions
Specs
decode(Absinthe.Blueprint.Input.String.t()) :: {:ok, term()} | :error
decode(Absinthe.Blueprint.Input.Null.t()) :: {:ok, nil}