Class: Osso::GraphQL::Types::Error

Inherits:
BaseObject
  • Object
show all
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

Returns:

  • (Boolean)


14
15
16
# File 'lib/osso/graphql/types/error.rb', line 14

def self.authorized?(_object, _context)
  true
end