@Component
class UserQueries(val gropiusUserService: GropiusUserService) : Query

Contains all user-related queries

Parameters

gropiusUserService

used for GropiusUser-related queries

Constructors

Link copied to clipboard
constructor(gropiusUserService: GropiusUserService)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun gropiusUser(username: String): GropiusUser

Get a GropiusUser by username

Link copied to clipboard
suspend fun gropiusUserIds(): List<ID>

Get the IDs of all existing Gropius Users