Class: Osso::GraphQL::Resolvers::OAuthClients
- Inherits:
-
BaseResolver
- Object
- GraphQL::Schema::Resolver
- BaseResolver
- Osso::GraphQL::Resolvers::OAuthClients
- 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
#resolve ⇒ Object
9 10 11 |
# File 'lib/osso/graphql/resolvers/oauth_clients.rb', line 9 def resolve Osso::Models::OauthClient.all end |