Constructor
G.Schema schema = new G.Schema();
G.Schema schema = new G.Schema();
Add a root object type
new G.Schema()
.add(new G.ObjectType('Book'));
Describe the schema
Map data = new G.Schema.describe();
// { 'query' => 'Query' }
Contribute on Github! Edit this section.