KGraphQL
KGraphQL copied to clipboard
Fixed required arrays when parsing operation variables
Defining variables that either have an array or required array, didn't get parsed correctly. This fixes both $ids: [Int]
and $ids: [Int!]!