Module: GraphQL::Schema::Member::HasAuthorization Private
- Defined in:
- lib/graphql/schema/member/has_authorization.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Modules: ClassConfigured, InstanceConfigured
Instance Method Summary collapse
Instance Method Details
#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.
17 18 19 |
# File 'lib/graphql/schema/member/has_authorization.rb', line 17 def (object, context) true end |