Skip to content

Commit

Permalink
feat(crud): computed inputs (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad authored and Jason Kuhrt committed Dec 30, 2019
1 parent 3954342 commit c55589e
Show file tree
Hide file tree
Showing 24 changed files with 2,366 additions and 331 deletions.
415 changes: 414 additions & 1 deletion README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/blog/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ model Post {
enum PostStatus {
DRAFT
PUBLISHED
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"pluralize": "^8.0.0"
},
"peerDependencies": {
"@prisma/photon": "^2.0.0-alpha.351"
"@prisma/photon": "^2.0.0-alpha.351",
"graphql": "^14.5.0"
},
"devDependencies": {
"@prisma/fetch-engine": "^0.3.30",
Expand Down
Loading

0 comments on commit c55589e

Please sign in to comment.