Tobias Tengler

Results 94 comments of Tobias Tengler

@oscartbeaumont Sorry for being annoying, but it would be really great to get this in asap. Would it help you if I broke down the changes into smaller PRs?

I haven't tried it yet, but packages containing `graphql` tagged literals should be correctly transformed by this plugin. If you start a new project, just be aware that the plugin...

> @tobias-tengler how far was this PR ? :) I think it was almost done, except for some todos in the code and the missing ability to convert the Microsoft...

@zf-jsk You can try out the HTTP query cache by registering it like this: ```csharp services.AddGraphQLServer() .AddHttpQueryCache() .UseQueryCachePipeline() // optional: .ModifyCacheControlOptions(options => { }) ``` You can then use the...

@michaelstaib Could you check and see if this implementation is alright? If so, please let me know then I can add XML summaries and documentation. This version includes only the...

~~No clue why it's throwing the `The FrameworkReference 'Microsoft.AspNetCore.App' was not recognized` for the Caching.Http project. The csproj looks the same as the AspNetCore project, so I'm not sure where...

@PascalSenn would be great if you could give this a look. :) I'm not sure how to properly use the Type converter in combination with the output field ResultConverters to...

I can submit a PR, if there are no objections :)

Fixed this in the relay compiler: https://github.com/facebook/relay/pull/3908, but I think it might still be good to also merge my PR here, since this might also cause issues with other tools...

I think it's rare that the type and the entity are named exactly the same. I think inferring here does more harm then good. For example if you were to...