jcward / haxe-graphql

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

Not all graphql type names are legal Haxe type names #34

Open jcward opened 5 years ago

jcward commented 5 years ago

Graphql requires: http://facebook.github.io/graphql/June2018/#sec-Names /[_A-Za-z][_0-9A-Za-z]*/

For typedefs, Haxe requires: /[_]?[A-Z][_0-9A-Za-z]*/