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