Error after install gem
Barlog951 opened this issue · 3 comments
Barlog951 commented
Hi
I have problem in my simple app
I just add gem 'graphql-activerecord' in Gemfile, install gems and I have this error
<module:Models>': uninitialized constant GraphQL::Batch (NameError)
mongjong59 commented
gem "graphql-batch"
and bundle install
Barlog951 commented
I try this but same error :/
theorygeek commented
Any chance you could share the relevant lines from your Gemfile? Here's what I have in mine:
gem 'graphql', '~> 1.4'
gem 'graphql-batch', '~> 0.3'
gem 'graphql-activerecord', '~> 0.9.1'