goco-inc/graphql-activerecord

Error after install gem

Barlog951 opened this issue · 3 comments

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)

gem "graphql-batch" and bundle install

I try this but same error :/

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'