Module Graphql_ppx

val argv : string list
val fmt_lex_err : Graphql_ppx_base.Graphql_lexer.lexerError -> string
val fmt_parse_err : Graphql_ppx_base.Graphql_parser.parseError -> string
val is_prefixed : string -> string -> bool
val make_error_expr : Migrate_parsetree.Ast_408.Location.t -> string -> Migrate_parsetree__Ast_408.Parsetree.expression
val drop_prefix : string -> string -> string
val rewrite_definition : ?schema:string -> loc:Graphql_ppx_base.Source_pos.ast_location -> delim:string option -> query:string -> unit -> Migrate_parsetree__Ast_408.Parsetree.module_expr
val extract_schema_from_config : (Migrate_parsetree.Ast_408.Longident.t Migrate_parsetree.Ast_408.Asttypes.loc * Migrate_parsetree.Ast_408.Parsetree.expression) list -> string option
val mapper : 'a -> 'b -> Migrate_parsetree.Ast_408.Ast_mapper.mapper
val argKey : string ref
val args : (string * Arg.spec * string) list