Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbonifacio committed Dec 19, 2024
1 parent 23704ae commit 2e4cbc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ When deploying your app to production, you need to [add the database connection

## Rename generated models and fields

To improve the ergonomics of your API, you might want to rename the generate fields or types to better accommodate your use case. Use the `renameModels()` modifier to rename the auto-inferred data models.
To improve the ergonomics of your API, you might want to rename the generate fields or types to better accommodate your use case. Use the renameModels() and renameModelFields() modifiers to rename the auto-inferred data models and their fields

```ts
// Rename models or fields to be more idiomatic for frontend code
Expand Down

0 comments on commit 2e4cbc3

Please sign in to comment.