class Osso::GraphQL::Resolvers::OAuthClients

Public Instance Methods

resolve() click to toggle source
# File lib/osso/graphql/resolvers/oauth_clients.rb, line 9
def resolve
  Osso::Models::OauthClient.all
end