We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa844bf + baa1001 commit 12ebbbdCopy full SHA for 12ebbbd
lib/graphql/schema/wrapper.rb
@@ -5,9 +5,8 @@ class Schema
5
class Wrapper
6
include GraphQL::Schema::Member::CachedGraphQLDefinition
7
include GraphQL::Schema::Member::TypeSystemHelpers
8
- extend Forwardable
9
10
- # @return [Class, Module] The inner type of this list, the type of which one or more objects may be present.
+ # @return [Class, Module] The inner type of this wrapping type, the type of which one or more objects may be present.
11
attr_reader :of_type
12
13
def initialize(of_type)
0 commit comments