Emilio Srougo

Results 22 comments of Emilio Srougo

@kronenthaler Thanks! I'm also interested in this feature

I just discovered one incompatibility. In GraphQL 16, `resolveType` functions can no longer return a `GraphQLObjectType`—it now has to be the type name as a string. `gqtx` currently doesn't support...

I also have this question, @wcandillon. Is the default behavior to persist the files until `clear()` is called? It would be nice to specify a ttl and have the library...

This is happening to me as well. Pinging @virl, do you have any idea why this is happening?

I can confirm it works now with @CaptAhak's solution.

I've added this feature in iOS. Will do it in Android later and submit a PR.

@jfrolich Just following up on this since it's blocking our migration from the old ppx. I have a [branch](https://github.com/Emilios1995/graphql-ppx/tree/non-compiling-test) with a non-compiling test. (I didn't write a proper test since...

It's also broken for me. This screenshot is from firefox

@mununki Thanks for the correction! Your code is correct, but it still breaks for my use case—though I now have a better understanding of why that is. Your code breaks...