Method: GraphQL::BaseType#initialize_copy

Defined in:
lib/graphql/base_type.rb

#initialize_copy(other) ⇒ Object



24
25
26
27
28
29
# File 'lib/graphql/base_type.rb', line 24

def initialize_copy(other)
  super
  # Reset these derived defaults
  @connection_type = nil
  @edge_type = nil
end