Class: Decidim::Api::GraphiQLController
- Inherits:
-
GraphiQL::Rails::EditorsController
- Object
- GraphiQL::Rails::EditorsController
- Decidim::Api::GraphiQLController
- Includes:
- ForceAuthentication, NeedsOrganization
- Defined in:
- app/controllers/decidim/api/graphiql_controller.rb
Overview
Controller to serve the GraphiQL client. Used so that we can hook the ‘ForceAuthentication` module.
Class Method Summary collapse
Class Method Details
.controller_path ⇒ Object
11 12 13 |
# File 'app/controllers/decidim/api/graphiql_controller.rb', line 11 def self.controller_path "graphiql/rails/editors" end |