Roman Dubinin

Results 2 issues of Roman Dubinin

**Issue type:** [ ] Question [x] Bug report [ ] Feature request [ ] Documentation issue **Database system/driver:** [x] Postgres [ ] MSSQL [ ] MySQL [ ] MariaDB [...

I am trying to somehow mark fields that have applied directive ```kt @Component class AuthDirective { @Bean fun authDirectiveWiring() = SchemaDirective("auth", AuthDirectiveWiring()) inner class AuthDirectiveWiring : SchemaDirectiveWiring { override fun...