-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prisma): connect/create many relation (#522)
<!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. --> ### Describe your change - Add missing `create: [ ... ]` and `connect: [ ... ]` ### Motivation and context Solves [MET-304](https://metatype.atlassian.net/jira/software/c/projects/MET/boards/2?selectedIssue=MET-304) ### Checklist - [x] The change come with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change
- Loading branch information
1 parent
7815dad
commit 236b512
Showing
12 changed files
with
7,463 additions
and
4,849 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,630 changes: 815 additions & 815 deletions
1,630
...pshots/typegraph_core__runtimes__prisma__type_generation__test__create_many Post inp.snap
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,302 changes: 868 additions & 434 deletions
1,302
...pshots/typegraph_core__runtimes__prisma__type_generation__test__create_many User inp.snap
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,628 changes: 814 additions & 814 deletions
1,628
...apshots/typegraph_core__runtimes__prisma__type_generation__test__create_one Post inp.snap
Large diffs are not rendered by default.
Oops, something went wrong.
1,300 changes: 867 additions & 433 deletions
1,300
...apshots/typegraph_core__runtimes__prisma__type_generation__test__create_one User inp.snap
Large diffs are not rendered by default.
Oops, something went wrong.
218 changes: 109 additions & 109 deletions
218
...pshots/typegraph_core__runtimes__prisma__type_generation__test__update_many Post inp.snap
Large diffs are not rendered by default.
Oops, something went wrong.
1,910 changes: 1,380 additions & 530 deletions
1,910
...pshots/typegraph_core__runtimes__prisma__type_generation__test__update_many User inp.snap
Large diffs are not rendered by default.
Oops, something went wrong.
1,672 changes: 836 additions & 836 deletions
1,672
...apshots/typegraph_core__runtimes__prisma__type_generation__test__update_one Post inp.snap
Large diffs are not rendered by default.
Oops, something went wrong.
2,598 changes: 1,724 additions & 874 deletions
2,598
...apshots/typegraph_core__runtimes__prisma__type_generation__test__update_one User inp.snap
Large diffs are not rendered by default.
Oops, something went wrong.