findQrCodes

@Query(value = " SELECT qr_code FROM queue WHERE qr_code IS NOT NULL; ", nativeQuery = true)
abstract fun findQrCodes(): List<String>

Returns list of existing QR codes