Class: Decidim::Api::GraphiQLController

Inherits:
GraphiQL::Rails::EditorsController
  • Object
show all
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_pathObject



11
12
13
# File 'app/controllers/decidim/api/graphiql_controller.rb', line 11

def self.controller_path
  "graphiql/rails/editors"
end