This allows clients to fully customize the serialize, parseValue, and parseLiteral behavior of a scalar at declaration time. This allows more complex scalars (such as untyped JSON) to be implemented on top of Graphiti.
This repo's needs were a motivation for these changes.
This allows clients to fully customize the
serialize
,parseValue
, andparseLiteral
behavior of a scalar at declaration time. This allows more complex scalars (such as untyped JSON) to be implemented on top of Graphiti.This repo's needs were a motivation for these changes.
This is a minor version bump