Method: GraphQL::Schema::Wrapper#initialize

Defined in:
lib/graphql/schema/wrapper.rb

#initialize(of_type) ⇒ Wrapper

Returns a new instance of Wrapper.



11
12
13
# File 'lib/graphql/schema/wrapper.rb', line 11

def initialize(of_type)
  @of_type = of_type
end