Method: Graphiti::Configuration#schema_path
- Defined in:
- lib/graphiti/configuration.rb
#schema_path ⇒ Object
54 55 56 |
# File 'lib/graphiti/configuration.rb', line 54 def schema_path @schema_path ||= raise("No schema_path defined! Set Graphiti.config.schema_path to save your schema.") end |