jcward / haxe-graphql

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

Problem parsing arguments / values in simple query #13

Closed jcward closed 6 years ago

jcward commented 6 years ago

As seen here, the outcome Haxe enum got stringified into the AST.

image

jcward commented 6 years ago

Fixed by translating parser from graphql-js