rmosolgo / graphql-ruby

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

Fix subscription setup #5063

Closed rmosolgo closed 1 month ago

rmosolgo commented 1 month ago

Oops -- If a subscription extension was added first, then a non-block subscription type was added, it didn't add the necessary field extension.

Fixes https://github.com/rmosolgo/graphql-ruby/commit/f5033aaee0227c39692d0468d407b832f1f75e4e#commitcomment-145318416