Closed Sohalt closed 7 years ago
I cannot specify an argument directly in the query (i.e. not via a variable). For example a query of the form:
query Foo { bar(baz:{quux:42}) { xyzzy } }
breaks.
If I send the query with curl it works just fine.
I've released 0.1.4 which fixes this bug.
0.1.4
That was quick. Thank you!
I cannot specify an argument directly in the query (i.e. not via a variable). For example a query of the form:
breaks.
If I send the query with curl it works just fine.