Skip to content

Latest commit

 

History

History

ast

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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