jcward / haxe-graphql

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

Query parameters types are not checked #40

Open jcward opened 5 years ago

jcward commented 5 years ago

The following throws no errors, even though the parameter type does not exist. We should verify these parameter types (may be required to be input types? Do we support input types?):

image