jcward / haxe-graphql

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

enums should be @:enum abstract (String) #22

Closed jcward closed 6 years ago

jcward commented 6 years ago

Enums come down from the server as plain strings. Use @:enum abstract instead.