Module Graphql_ppx_base.Ppx_config
type output_mode = | String| Apollo_AST
type config = {verbose_logging : bool;output_mode : output_mode;verbose_error_handling : bool;apollo_mode : bool;root_directory : string;schema_file : string;raise_error_with_loc : 'a. Source_pos.ast_location -> string -> 'a;lean_parse : bool;
}val set_config : config -> unitval verbose_logging : unit -> boolval apollo_mode : unit -> boolval lean_parse : unit -> boolval verbose_error_handling : unit -> boolval root_directory : unit -> stringval schema_file : unit -> string