Module Schema.Abstract_fields

type (!'ctx, !'src, !'args_to_json, !'out, !'subquery) abstract_field = ( 'ctx, 'src, 'args_to_json, 'out, 'subquery ) Graphql_wrapper.Make(Graphql_async.Schema).Abstract_fields.abstract_field = {
field : Graphql_async.Schema.abstract_field;
to_json : 'args_to_json;
name : string;
}
val abstract_field : ?doc:string -> ?deprecated:Graphql_async.Schema.deprecated -> string -> typ:( 'a, 'out ) Graphql_async.Schema.typ -> args:( 'b, 'out, 'c, 'd, 'e ) Arg.args -> ( 'f, 'g, 'd, 'out, 'h ) abstract_field