Class: GraphQL::Schema
- Inherits:
-
Object
- Object
- GraphQL::Schema
- Defined in:
- lib/graphql/schema_load_json.rb,
lib/graphql/schema/json_loader.rb
Defined Under Namespace
Modules: JSONLoader
Class Method Summary collapse
Class Method Details
.load_json(json) ⇒ Object
6 7 8 |
# File 'lib/graphql/schema_load_json.rb', line 6 def self.load_json(json) Schema::JSONLoader.define_schema(json) end |