rmosolgo / graphql-ruby

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

Warn when Warden isn't explicitly enabled #5123

Closed rmosolgo closed 3 weeks ago

rmosolgo commented 1 month ago

In a future version, visibility filtering will be disabled by default Eventually Warden will go away. (Schema::Visibility is the future implementation.) But for now, warn so that people using the current default won't be surprised when the default changes.

TODO: