Method: GraphQL::Types::Relay::EdgeBehaviors::ClassMethods#inherited

Defined in:
lib/graphql/types/relay/edge_behaviors.rb

#inherited(child_class) ⇒ Object



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

def inherited(child_class)
  super
  child_class.node_type = nil
  child_class.node_nullable = nil
  child_class.default_broadcastable(default_broadcastable?)
end