Method: GraphQL::Schema::Member::HasArguments#own_arguments

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

#own_argumentsObject

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.



451
452
453
# File 'lib/graphql/schema/member/has_arguments.rb', line 451

def own_arguments
  @own_arguments || NO_ARGUMENTS
end