Method: GraphQL::Language::Nodes::AbstractNode#initialize_copy
- Defined in:
- lib/graphql/language/nodes.rb
#initialize_copy(other) ⇒ Object
This might be unnecessary, but its easiest to add it here.
70 71 72 73 74 |
# File 'lib/graphql/language/nodes.rb', line 70 def initialize_copy(other) @children = nil @scalars = nil @query_string = nil end |