-
## Describe what you need | want
[Typescript 5.0](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#decorators) has added support for [ES Decorators](https://github.com…
-
Καλησπέρα! Συγκεντρώνω κάποιες ιδέες για να συζητήσουμε και να πείτε πως το βλέπετε.
**Μεταφορά της φόρμας στο site**
Η αρχική ιδέα είναι να μεταφερθεί η φόρμα σε σελίδα εντός του site. Φιλική π…
-
Hey,
I've been using your extension for a while now and what I've noticed that I end up doing a lot is disabling the extension whenever the expanded type is too large.
Without the extension I can …
-
### Checked Existing
- [X] I have checked the repository for duplicate issues.
### What would you like to know?
Regardless of whether I use the finished Docker version or via source, I get the erro…
-
Same as `nestjs/mongoose` https://docs.nestjs.com/techniques/mongodb#hooks-middleware
This will allow for something like the following:
```ts
TypegooseModule.forFeatureAsync([
{
// s…
nartc updated
3 years ago
-
Is there any way to have a filterable array field? For example, I have a type/entity with an array of tags like so:
```ts
@Field(type => [String])
@Column('jsonb', { default: [] })
tags: string[]
…
-
All is in the title.
-
**Please feel free to comment in this issue and tell what check is missing or what check throw not detailed errors!**
- [x] more info about the need to provide explicit type
- [x] more info about…
-
## 개요
주 2회 목표를 설정하고, 설정한 목표를 달성했는지 체크합니다.
-
The main goal of TypeGraphQL is to get rid of SDL schema and TS interfaces duplication in favor of one single source of truth (classes with decorators). However, after adding new features like depende…