Class: Graphql::Generators::RelayGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Core, Relay
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_relayObject



16
17
18
# File 'lib/generators/graphql/relay_generator.rb', line 16

def install_relay
  super
end