Module Make.Abstract_fields

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

wrapper around the abstract_field typ