Method: GraphQL::ObjectType#initialize
- Defined in:
- lib/graphql/object_type.rb
#initialize ⇒ ObjectType
Returns a new instance of ObjectType.
37 38 39 40 41 42 43 |
# File 'lib/graphql/object_type.rb', line 37 def initialize super @fields = {} @interface_fields = {} @dirty_interfaces = [] @dirty_inherited_interfaces = [] end |