Utils for roundtrip testing of graphql scalars.
val list_of_seq : ( 'a, 'b ) Stdlib.result Stdlib.Seq.t -> 'a listval json_from_response :
( [< `Response of [> `List of 'b list | `Null | `String of string ] as 'a
| `Stream of ( 'b, 'c ) Stdlib.result Stdlib.Seq.t ],
'd )
Stdlib.result ->
'eval test_query :
'a Graphql.Schema.schema ->
'b ->
string ->
( Yojson.Basic.t -> unit ) ->
unitval get_test_field : Yojson.Basic.t -> Yojson.Basic.t