vknez

Results 5 comments of vknez

This feature would make a difference for us. It would improve expressiveness of the schema, and on the other hand it would allow us to map the custom scalar type...

Thanks for the quick response!

@jeddeloh I tried, but it wasn't too successful. The link between `'variables` and `'jsVariables` is not clear to me. I know we serialize `'variables` to `'jsVariables` and we can map...

I've been avoiding inline fragments in my codebase because of lack of support, but I just came across a situation where not having them results in some duplication that will...

I encountered the same issue while trying to implement a data-layer using GraphQL PPX. It generated a duplicate fragment, which yields in server error.