Class: Osso::GraphQL::Types::Error
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Osso::GraphQL::Types::Error
- Defined in:
- lib/osso/graphql/types/error.rb
Class Method Summary collapse
Methods inherited from BaseObject
admin_authorized?, enterprise_authorized?, internal_authorized?
Class Method Details
.authorized?(_object, _context) ⇒ Boolean
14 15 16 |
# File 'lib/osso/graphql/types/error.rb', line 14 def self.(_object, _context) true end |