Method: GraphQL::Schema::Wrapper#==
- Defined in:
- lib/graphql/schema/wrapper.rb
#==(other) ⇒ Object
19 20 21 |
# File 'lib/graphql/schema/wrapper.rb', line 19 def ==(other) self.class == other.class && of_type == other.of_type end |
19 20 21 |
# File 'lib/graphql/schema/wrapper.rb', line 19 def ==(other) self.class == other.class && of_type == other.of_type end |