Skip to content

Commit

Permalink
feat: to release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangchinh25 committed Nov 5, 2023
1 parent 07f8ab4 commit aa9f9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ userId Int @map("user_id) /// [[User.id]]
}
```

- To access the generated models graph, import it from `@generated/models-graph`. The generated models graph will be a _typesafe_ object matching the models declared in `schema.prisma`
- To access the generated models graph, import it from `@generated/models-graph`. The generated models graph will be a _typesafe_ object matching the models declared in `schema.prisma`.

```js
import { ModelsGraph } from '@generated/models-graph'
Expand Down

0 comments on commit aa9f9db

Please sign in to comment.