Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 290 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 290 Bytes

GraphQL AST Definitions

Haxe type definitions of graphql AST, ported from graphql-js v14.3.0. See parser README for more details. You can regenerate the ASTDefs.hx (from the Facebook .js source code) as follows:

./gen_ast.rb > src/graphql/ASTDefs.hx