Graphql_libmodule Client : sig ... endmodule Encoders : sig ... endmodule Scalars : sig ... endThis 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 ... endserializing.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.