Class: GraphQL::Analyzer::Parser::Sqlite3

Inherits:
Base
  • Object
show all
Defined in:
lib/graphql/analyzer/parser/sqlite3.rb

Constant Summary collapse

FIELDS =
%w(select_id order from details).freeze

Instance Attribute Summary

Attributes inherited from Base

#explain_output

Method Summary

Methods inherited from Base

#initialize, parse, #result

Constructor Details

This class inherits a constructor from GraphQL::Analyzer::Parser::Base