Method: GraphQL::InterfaceType#initialize
- Defined in:
- lib/graphql/interface_type.rb
#initialize ⇒ InterfaceType
Returns a new instance of InterfaceType.
31 32 33 34 35 |
# File 'lib/graphql/interface_type.rb', line 31 def initialize super @fields = {} @resolve_type_proc = nil end |