Hardys
Hardys
@pedramaghasian Please switch back to nest-v7 branch first by, `git clone -b nest-v7 https://github.com/hardyscc/nestjs-cqrs-starter.git` and I will fix it later when free.
the current Model interface from dynamoose is still broken, therefore I need to maintain a copy here, however I will review the interfaces and match the new v2 api as...
Yes eventually all interfaces should be under dynamoose, I will make this happen :)
@MickL I just released 0.2.0-beta.3 would you mind to have a test. thanks :)
> Could you explain what you mean by broken? because of https://github.com/dynamoose/dynamoose/blob/5ae249b680e758bdff9cd29c3fd4d84e0ad5172c/lib/DocumentRetriever.ts#L117 the query cannot be chained like that ```ts this.model.query('targetId') .eq(targetId) .exec(); ```
Hi @pfulop, I also facing the same problem, As you know now dynamoose is using a Condition class which shared with scan() and query(), however I cannot find a way...
@pfulop yes correct :)
@pfulop Yes this is definitely the right direction, thanks for your great help! Furthermore is it possible to support additional generic type for model's key like this? ```ts export interface...
@pfulop that is wonderful! I am looking forward for this PR. ^^
Just remind myself here, still cannot close this issue yet, need generic type support for Key.