package graphql_ppx

  1. Overview
  2. Docs
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_query : ?schema:string -> loc:Graphql_ppx_base.Source_pos.ast_location -> delim:string option -> query:string -> unit -> Migrate_parsetree__Ast_408.Parsetree.module_expr
val args : (string * Arg.spec * string) list