`nodes` field is currently broken because it returns an array of promises instead of a `Promise.all` Since https://github.com/rmosolgo/graphql-ruby/commit/e99b1788d05e3feda7351696e28a2ca64c9f4e71 we can redefine the nodes field and return a promise instead.
nodesfield is currently broken because it returns an array of promises instead of aPromise.allSince rmosolgo/graphql-ruby@e99b178
we can redefine the nodes field and return a promise instead.