-
-
Notifications
You must be signed in to change notification settings - Fork 466
Specify identifying columns on nested mutation upserts #2426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f7a82a9
WIP: adding identifyingColumns directive to upserts
gavg-vaioni 0e63ba6
Apply php-cs-fixer changes
GavG 0472f03
update changelog
gavg-vaioni 0a753b9
Merge branch 'upsert_fields_directive' of github.com:GavG/lighthouse …
gavg-vaioni a842692
Merge remote-tracking branch 'origin/master' into upsert_fields_direc…
spawnia faa6323
Normalize GraphQL test literals to #2748 after merging master
spawnia f0eaca6
Continue work
spawnia 6e6aa17
Scope nested upserts to parent relations and expand coverage
spawnia 4d96407
Address review feedback on nested upsert identifying columns
spawnia 223315d
Address remaining upsert review threads
spawnia e9c0e5c
Apply php-cs-fixer changes
spawnia 403b081
review
spawnia c239147
Revert "review"
spawnia 37f2fc7
Revert "Scope nested upserts to parent relations and expand coverage"
spawnia 0d741c4
Revert "Revert "Scope nested upserts to parent relations and expand c…
spawnia 61932b4
Revert "Revert "review""
spawnia e333344
Move nested relation-scope changes out of PR #2426
spawnia 9f2d6a8
Apply php-cs-fixer changes
spawnia 4178afb
fix
spawnia 0455025
Merge remote-tracking branch 'GavG/upsert_fields_directive' into upse…
spawnia f3ff39e
fix
spawnia d41c134
Validate empty identifyingColumns during schema build
spawnia d4bd086
Remove unrelated-model upsert guard and tests
spawnia 820dae7
Simplify empty identifyingColumns checks in upsert directives
spawnia db59215
@var
spawnia 61c8318
Clarify why Eloquent native upsert is not used
spawnia 233998e
avoid double save
spawnia 1cb73aa
Update CHANGELOG to remove 'Changed' section
spawnia 641c313
Merge branch 'master' into upsert_fields_directive
spawnia 432622d
review
spawnia 431f6ef
Apply php-cs-fixer changes
spawnia 2574d49
Merge branch 'master' into upsert_fields_directive
spawnia f54a7c4
Merge remote-tracking branch 'GavG/upsert_fields_directive' into upse…
spawnia 238258e
Fix https://github.com/nuwave/lighthouse/pull/2426#discussion_r279458…
spawnia da3378a
Use safe array_flip in UpsertModel
spawnia d486410
Apply php-cs-fixer changes
spawnia 4661ada
Remove remaining nested relation-scope upsert wiring
spawnia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
spawnia marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.