rmosolgo / graphql-ruby

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

fix printing union possible types when the union is an extra type #5085

Closed rmosolgo closed 2 months ago

rmosolgo commented 2 months ago

Fixes #5076

Because of how possible types are (aren't?) filtered, you have to also pass them to extra_types for them to show up.