Ben Wilson

Results 243 comments of Ben Wilson

I guess I'm trying to figure out if you're only using the name why you wouldn't just pass in the name instead of the whole complex input?

Isn't that just solved by doing: ``` query takesComplexInput($complexInput: ComplexInput) { findDog(complex: $complexInput) { name } } ``` And having the resolvers handle the fact that their inputs are nested...

Hi @thecristen can you also show the Elixir module you had which was importing this SDL?