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

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.



126
127
128
129
# File 'lib/graphql/schema/member/has_arguments.rb', line 126

def inherited(child_class)
  super
  child_class.extend(InheritedArguments)
end