graphile / crystal-pre-merge

Repository moved
https://github.com/graphile/crystal
39 stars 10 forks source link

Fix bug with processing stricter variable types #444

Closed benjie closed 11 months ago

benjie commented 11 months ago

If a position expects [Int] and you provide a variable of type [Int!]! then that should be fine; however previously it errored due to a minor omission in the logic.