graphql-elixir / graphql

GraphQL Elixir
Other
859 stars 47 forks source link

fix field selection for lists #27

Closed markschmidt closed 8 years ago

markschmidt commented 8 years ago

Hi,

we're currently building a prototype and using your library for that. Apparently the field selection for lists is broken. This PR should fix that (assuming I understood the code correctly :-) ).

Cheers,

Mark

joshprice commented 8 years ago

Thanks! This looks pretty good and along the lines of what I'd started already. The only thing I'll add is a List type, but will merge this in. :+1: