Samuel Brandão

Results 3 issues of 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?

question

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...