For company policies reasons I must disable the introspection feature of graphql-ruby
gem (making the __schema
requests fail / return 404).
How do I achieve this?
The application is based on Ruby on Rails version 5.2.2 and the graphql-ruby
gem version is 1.8.12.