Luca Alexandre

Results 2 issues of Luca Alexandre

I think something is wrong, why the lib remove the operation name from the query? Original request: ``` query MyHeroes($heroNames: [String!]!){ heroes(names: $heroNames) } ``` And the lib send this...

I'm building a gateway with two graphs, but when I call one operation I saw the library build the query without the operation name. Why is this ?