Skip to content

Commit 12ebbbd

Browse files
author
Robert Mosolgo
authored
Merge pull request rmosolgo#1742 from RobertWSaunders/remove-forwardable-from-wrapper
Remove Forwardable from GraphQL::Schema::Wrapper
2 parents fa844bf + baa1001 commit 12ebbbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/graphql/schema/wrapper.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ class Schema
55
class Wrapper
66
include GraphQL::Schema::Member::CachedGraphQLDefinition
77
include GraphQL::Schema::Member::TypeSystemHelpers
8-
extend Forwardable
98

10-
# @return [Class, Module] The inner type of this list, the type of which one or more objects may be present.
9+
# @return [Class, Module] The inner type of this wrapping type, the type of which one or more objects may be present.
1110
attr_reader :of_type
1211

1312
def initialize(of_type)

0 commit comments

Comments
 (0)