Skip to content

Commit cbbfcd4

Browse files
committed
[rails6][Gemfile] Handle graphql-preload for Rails 6
There is currently an outstanding PR for the graphql-preload to support Rails 6: ConsultingMD/graphql-preload#32 So this is currently the simplest option available to us to support this gem.
1 parent 131228c commit cbbfcd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ group :graphql_api do
208208
# Note, you still need to mount the engine in the UI / rest api processes:
209209
# mount ManageIQ::GraphQL::Engine, :at => '/graphql'
210210
manageiq_plugin "manageiq-graphql"
211+
gem 'graphql-preload', :git => 'https://github.com/Envek/graphql-preload'
211212
end
212213

213214
group :scheduler, :manageiq_default do

0 commit comments

Comments
 (0)