Module: GraphQL::Schema::Member::HasAuthorization::InstanceConfigured 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.
Instance Method Summary collapse
-
#authorizes?(context) ⇒ Boolean
private
Instance Method Details
#authorizes?(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.
22 23 24 |
# File 'lib/graphql/schema/member/has_authorization.rb', line 22 def (context) raise RequiredImplementationMissingError, "#{self.class} must implement #authorizes?(context)" end |