Model Types
Generate model types for popular databases like MongoDB
Generate TypeScript Models from GraphQL types. They are very handy to use with popular databases.
will be transformed to a model file
later on you may want to transform it so that it is a database model
You can see the concept.
MongoDB
Here is an example how you can use your model in MongoDB:
Last updated