Module: GraphQL::Schema::Member::HasArguments::ClassConfigured Private
- Defined in:
- lib/graphql/schema/member/has_arguments.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Modules: InheritedArguments
Instance Method Summary collapse
- #inherited(child_class) ⇒ Object private
Instance Method Details
#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.
130 131 132 133 |
# File 'lib/graphql/schema/member/has_arguments.rb', line 130 def inherited(child_class) super child_class.extend(InheritedArguments) end |