Samuel Brandão
Samuel Brandão
Add support for inline fragments and named fragments, supporting queries such as: ```graphql fragment ChefFragment on chef { name recipes { title ingredients { name, quantity vendor { name }...
It seems the return type parameter is unused. Shall we deprecate it on next releases with a warning?
Using dataloader on a mutation with rspec-mocks + lazy-evaluated mocked method causes code to hang
Once again, thanks for this amazing gem. I'm pretty excited about experimenting with the dataloader for the first time. I've used lazy execution in the past to deal with n+1s...