Class: Graphql::Generators::RelayGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Graphql::Generators::RelayGenerator
- Defined in:
- lib/generators/graphql/relay_generator.rb
Instance Method Summary collapse
Methods included from Core
#create_dir, #insert_root_type, #module_namespacing_when_supported, #schema_file_path
Instance Method Details
#install_relay ⇒ Object
16 17 18 |
# File 'lib/generators/graphql/relay_generator.rb', line 16 def install_relay super end |