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