Metin Demir

Results 7 issues of Metin Demir

**Do you want to request a _feature_ or report a _bug_?** Bug Generating model with `warthog generate` command does not add `import` statement for related fields. Adding additional logic to...

The current implementation of cross-filtering(filtering with relations) does not support the newly introduced `AND, OR` feature.

medium-prio-feature
low-prio

Hydra docs: - [ ] List of supported scalar types - [ ] Update docs for interfaces (an interface must apply `@entity` directive) - [ ] Full text search filtering

documentation
low-prio

At the moment in the mappings to retrieve a record or multiple records from the database: ```ts await db.get(EntityA, { where: { id: "123" } }) await db.getMany(EntityA, { where:...

enhancement
low-prio-feature
processor
low-prio

Our template files are growing and mustache template engine doesn't support partials.

enhancement
low-prio-feature
low-prio

This PR fixes #443. **Problem** Relation generator adds visited fields into a `Set` in the `field.name:relatedField.name`. So if there are two relationships with the same name across entities one of...