Graphql_lib.Serializingserializing.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.
module type GraphQLQuery = sig ... endmodule ExtendQuery (Q : GraphQLQuery) : sig ... endmodule type S = sig ... endmodule type String_intf = S with type conv := Base.stringmodule Public_key_s :
String_intf with type t = Signature_lib.Public_key.Compressed.tmodule Token_s : sig ... endmodule Memo : String_intf with type t = Mina_base.Signed_command_memo.tmodule State_hash : String_intf with type t = Mina_base.State_hash.tmodule Transaction_hash :
String_intf with type t = Mina_transaction.Transaction_hash.t