Module Graphql_basic_scalars.Make

Parameters

Signature

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
val parse_uinteger : Yojson.Basic.t -> f:( string -> 'a ) -> 'b
module UInt32 : Json_intf with type t = Unsigned.UInt32.t
module UInt64 : Json_intf with type t = Unsigned.UInt64.t
module Index : Json_intf with type t = int
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