rmosolgo / graphql-ruby

Ruby implementation of GraphQL
http://graphql-ruby.org
MIT License
5.38k stars 1.39k forks source link

Fix dumping payload with outfile #5152

Closed rmosolgo closed 2 weeks ago

rmosolgo commented 2 weeks ago

Fixes #5139

Oops -- I think the missing resolve(...) call was the problem.