Class: Osso::GraphQL::Resolvers::OAuthClients

Inherits:
BaseResolver
  • Object
show all
Defined in:
lib/osso/graphql/resolvers/oauth_clients.rb

Instance Method Summary collapse

Methods inherited from BaseResolver

#admin_authorized?, #context_domain, #enterprise_authorized?, #internal_authorized?

Instance Method Details

#resolveObject



9
10
11
# File 'lib/osso/graphql/resolvers/oauth_clients.rb', line 9

def resolve
  Osso::Models::OauthClient.all
end