Module Graphql_lib

module Client : sig ... end
module Encoders : sig ... end
module Scalars : sig ... end

This file re-exports the modules containing graphql custom scalars and their serializers. These are used by graphql_ppx to automatically use the correct decoder for the fields.

module Serializing : sig ... end

serializing.ml -- Contains the functors used to extend graphql_ppx modules as well as some ad-hoc encoders and decoders in modules for use with ppxCustom. These serializers are here to support existing code and the one from the Scalars module should be used instead if possible.