Utils for roundtrip testing of graphql scalars.
val list_of_seq : ( 'a, 'b ) Stdlib.result Stdlib.Seq.t -> 'a list
val 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 ->
'e
val test_query :
'a Graphql.Schema.schema ->
'b ->
string ->
( Yojson.Basic.t -> unit ) ->
unit
val get_test_field : Yojson.Basic.t -> Yojson.Basic.t