KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
prisma-nexus-demo
★ 20
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
wx-java-pay-demo
:
使用wx-java-pay-spring-boot-starter开发的微信支付演示demo
waveguard_defense
:
This is the codebase for defense framework described in USENIX '21 paper "WaveGuard: Understanding and Mitigating Audio Adversarial Examples"
vue-typed-emit
:
TypeScript utility type for Vue.js $emit
Windows-Backup-Script
:
A batch script to backup folders on Windows.
personal_search
:
My own search over my own list of urls
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
prisma-nexus-demo
?
Download (.md)
# Best GraphQL Combo? Prisma + Nexus Schema Here we combine Prisma with Nexus Schema to create a powerful, simple, and typed setup for defining our GraphQL schema and integrating it with our database via Prisma. ## Links - Nexus Prisma Plugin: https://nexusjs.org/pluginss/prisma/overview - Prisma Migrate: https://www.prisma.io/docs/reference/tools-and-interfaces/introspection ## Gotchas - Don't install your own `@prisma/cli` and `@prisma/client` packages - Don't forget to add **all** your types to your schema - Don't forget the `--experimental` flag for Prisma migrations - Don't forget the `experimentalCRUD` option to allow for crud operations Order of Prisma commands: - `yarn prisma init` - `yarn prisma migrate save --experimental` - `yarn prisma migrate up --experimental` - `yarn generate`