Method: GraphQL::Schema::Member::BaseDSLMethods#authorized?

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

#authorized?(object, context) ⇒ 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.



129
130
131
# File 'lib/graphql/schema/member/base_dsl_methods.rb', line 129

def authorized?(object, context)
  true
end