Exception: GQL::Errors::UndefinedRoot

Inherits:
SchemaError show all
Defined in:
lib/gql/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeUndefinedRoot



12
13
14
# File 'lib/gql/errors.rb', line 12

def initialize
  super('No root node class is known to the schema. Assign it with `GQL::Schema.root = MyRootNode`.')
end