Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Commit b956b13

Browse files
committed
yoloest fix ever
1 parent 14fd177 commit b956b13

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/initializers/graphql.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# TODO(xuorig) remove this when
2+
# https://github.com/rmosolgo/graphql-ruby/pull/535 is fixed
3+
module GraphQL
4+
class BaseType
5+
def connection_type
6+
name # lolwat
7+
@connection_type ||= define_connection
8+
end
9+
end
10+
end

0 commit comments

Comments
 (0)