jcward / haxe-graphql

Utilities for working with Haxe and GraphQL.
MIT License
23 stars 6 forks source link

Parser / longer-term -- parse the schema-kitchen-sink.graphql #8

Closed jcward closed 6 years ago

jcward commented 6 years ago

The goal is for the parser to be able to parse the kitchen sink (even not everything therein is supported - better to throw some warnings than the parser to die.)

https://github.com/jcward/haxe-graphql/blob/master/test/parse_gen/schema-kitchen-sink.graphql

jcward commented 6 years ago

Fixed by porting official parser -- parser "now parses the kitchen sink" :tm: