Method: GraphQL::Schema::Member::HasArguments#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.
115 116 117 |
# File 'lib/graphql/schema/member/has_arguments.rb', line 115 def any_arguments? !own_arguments.empty? end |