class GraphQL::Analyzer::Instrumentation::Postgresql

Private Instance Methods

adapter() click to toggle source
# File lib/graphql/analyzer/instrumentation/postgresql.rb, line 11
def adapter
  @adapter ||= 'postgresql'
end
parser() click to toggle source
# File lib/graphql/analyzer/instrumentation/postgresql.rb, line 7
def parser
  Parser::Postgresql
end