Method: GraphQL::Schema::Member::HasArguments::ClassConfigured::InheritedArguments#any_arguments?

Defined in:
lib/graphql/schema/member/has_arguments.rb

#any_arguments?Boolean

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.

Returns:



142
143
144
# File 'lib/graphql/schema/member/has_arguments.rb', line 142

def any_arguments?
  super || superclass.any_arguments?
end