class GraphQL::Railtie

Public Instance Methods

load_upgraders() click to toggle source

Defer this so that you only need the `parser` gem when you run the upgrader

# File lib/graphql/railtie.rb, line 8
def load_upgraders
  require_relative './upgrader/member'
  require_relative './upgrader/schema'
end