val execute :
'aSchema.schema->'a->?variables:Schema.variables ->?operation_name:string ->Graphql_parser.document ->[ `Response of Yojson.Basic.json| `Stream of Yojson.Basic.json Schema.responseSchema.Io.Stream.t ]Schema.responseSchema.Io.t
type'a response = 'aSchema.response
type variables = (string * Graphql_parser.const_value) list
type abstract_field = Schema.abstract_field
val union : ?doc:string ->string ->( 'a, 'b )Schema.abstract_typ