Graphql_basic_scalars.Make
module Schema : Utils.Schema
module type Json_intf =
Utils.Json_intf_any_typ with type ('a, 'b) typ := ( 'a, 'b ) Schema.typ
val unsigned_scalar_scalar :
to_string:( 'a -> string ) ->
string ->
( 'b, 'c option ) Schema.typ
module JSON : sig ... end
module String_json : Json_intf with type t = string
module Time : sig ... end
module Span : sig ... end
module InetAddr : sig ... end