jcward / haxe-graphql

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

Write testcase around Bool #24

Closed jcward closed 6 years ago

jcward commented 6 years ago

GraphQL type is Boolean, while Haxe's is Bool

Ensure that the input GraphQL doesn't have Bool, unless Bool is a valid defined type. (Or perhaps block it.) Ensure that you could define a Bool type in graphql Ensure generated boolean type is Bool