Method: GraphQL::Schema::Member::HasArguments::FieldConfigured#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:



193
194
195
# File 'lib/graphql/schema/member/has_arguments.rb', line 193

def any_arguments?
  super || (@resolver_class && @resolver_class.any_field_arguments?)
end