Class: Osso::GraphQL::Types::AppConfig

Inherits:
BaseObject
  • Object
show all
Defined in:
lib/osso/graphql/types/app_config.rb

Class Method Summary collapse

Methods inherited from BaseObject

admin_authorized?, enterprise_authorized?, internal_authorized?

Class Method Details

.authorized?(_object, context) ⇒ Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/osso/graphql/types/app_config.rb', line 16

def self.authorized?(_object, context)
  admin_authorized?(context)
end