Module: GraphiQL::Rails
- Defined in:
- lib/graphiql/rails.rb,
lib/graphiql/rails/engine.rb,
lib/graphiql/rails/version.rb,
lib/graphiql/rails/welcome_message.rb,
app/controllers/graphiql/rails/editors_controller.rb
Defined Under Namespace
Classes: EditorsController, Engine
Constant Summary collapse
- VERSION =
"1.0.0"- WELCOME_MESSAGE =
%| # Welcome to GraphiQL # # GraphiQL is an in-browser IDE for writing, validating, and # testing GraphQL queries. # # Type queries into this side of the screen, and you will # see intelligent typeaheads aware of the current GraphQL type schema and # live syntax and validation errors highlighted within the text. # # To bring up the auto-complete at any point, just press Ctrl-Space. # # Press the run button above, or Cmd-Enter to execute the query, and the result # will appear in the pane to the right. |
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
15 16 17 |
# File 'lib/graphiql/rails.rb', line 15 def config @config end |