Module: Graphlyte::SchemaQuery

Included in:
Graphlyte
Defined in:
lib/graphlyte/schema_query.rb

Overview

extend this module to gain access to a schema_query method

Defined Under Namespace

Classes: Query

Instance Method Summary collapse

Instance Method Details

#schema_queryObject



8
9
10
# File 'lib/graphlyte/schema_query.rb', line 8

def schema_query
  SchemaQuery::Query.new.build
end