Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements Partial<Entity> on DTOs #40

Open
fhenriques-meli opened this issue Feb 21, 2021 · 0 comments
Open

Implements Partial<Entity> on DTOs #40

fhenriques-meli opened this issue Feb 21, 2021 · 0 comments

Comments

@fhenriques-meli
Copy link

We can also leverage TypeScript type checking system and ensure that we won't accidentally change the type of property by implementing Partial type:

@inputType()
class AddRecipeDto implements Partial {}

https://typegraphql.com/docs/0.17.0/resolvers.html#arguments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant