Graphql_ppx_runtimeval merge_pairs :
(string * Yojson.Basic.t) list ->
(string * Yojson.Basic.t) list ->
(string * Yojson.Basic.t) listval deepMerge :
Yojson.Basic.t ->
Yojson.Basic.t ->
[> `Assoc of (string * Yojson.Basic.t) list
| `Bool of bool
| `Float of float
| `Int of int
| `List of Yojson.Basic.t list
| `Null
| `String of string ]