Fork me on GitHub
#graphql
<
2018-06-08
>
hlship18:06:41

Yes please!

hlship18:06:58

Especially if you can supply an example of what the RI would have returned.

hlship19:06:51

reference implementation - the source of truth

mattly20:06:16

so, digging in a bit more, the fields I had to remove from the introspection queries these tools were generating – onOperation, onFragment and onField, are now officially deprecated

mattly20:06:28

so I’m not going to worry about it

hlship00:06:04

Thanks for digging into that.

mattly16:06:02

of course! I'm trying to be a better open-source citizen

jjfine21:06:03

is there a function in lacinia that i can use to determine the operation name (MyOperation) from "query MyOperation { my_query { my_field } }"? it doesn't seem like com.walmartlabs.lacinia.parser/operations does that