Method: GraphQL::Schema::Member::HasArguments::ClassConfigured#inherited
- Defined in:
- lib/graphql/schema/member/has_arguments.rb
#inherited(child_class) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
120 121 122 123 |
# File 'lib/graphql/schema/member/has_arguments.rb', line 120 def inherited(child_class) super child_class.extend(InheritedArguments) end |