val print_schema :
( unit option,
( 'a,
( unit option,
( < contramap : ( 'b -> unit option ) Core_kernel.ref
; graphql_arg :
( unit ->
'a Fields_derivers_graphql.Schema.Arg.arg_typ )
Core_kernel.ref
; graphql_fields :
unit option Graphql.Fields.Input.T.t Core_kernel.ref
; graphql_query : string option Core_kernel.ref
; js_layout :
[> `Assoc of (string * Yojson.Safe.t) list ] Core_kernel.ref
; map : ( 'a -> 'c ) Core_kernel.ref
; nullable_graphql_arg :
( unit ->
'd Fields_derivers_graphql.Schema.Arg.arg_typ )
Core_kernel.ref
; nullable_graphql_fields :
'e Graphql.Fields.Input.T.t Core_kernel.ref
; of_json : ( Yojson.Safe.t -> 'a ) Core_kernel.ref
; skip : bool Core_kernel.ref
; to_json : ( unit option -> Yojson.Safe.t ) Core_kernel.ref.. >
Fields_derivers_zkapps__Fields_derivers_js.Js_layout.Input.t
Fields_derivers_graphql.Graphql_query.Input.t,
'c,
'a,
'd )
Graphql.Args.Input.t,
'b,
'e )
Graphql.Fields.Input.t,
'c )
Fields_derivers_json.Of_yojson.Input.t,
'b )
Fields_derivers_json.To_yojson.Input.t
Unified_input.t ->
Base.unit Fields_derivers_graphql.Schema.Io.t
module Loop : sig ... end