Graphql_basic_scalars.Makemodule Schema : Utils.Schemamodule type Json_intf =
Utils.Json_intf_any_typ with type ('a, 'b) typ := ( 'a, 'b ) Schema.typval unsigned_scalar_scalar :
to_string:( 'a -> string ) ->
string ->
( 'b, 'c option ) Schema.typmodule JSON : sig ... endmodule String_json : Json_intf with type t = stringmodule Time : sig ... endmodule Span : sig ... endmodule InetAddr : sig ... end