Skip to content
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

Only allow deletion of related models in nested mutations #2454

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Oct 5, 2023

  1. Add failing test cases

    lucaslenz committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2a3fc20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180bb81 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    e87311b View commit details
    Browse the repository at this point in the history
  2. Add failing test cases

    lucaslenz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fe25511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd428fb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'nestdMutationDeleteBug' of https://github.com/lucaslenz…

    …/lighthouse into nestdMutationDeleteBug
    
    # Conflicts:
    #	tests/Integration/Execution/MutationExecutor/BelongsToManyTest.php
    #	tests/Integration/Execution/MutationExecutor/HasManyTest.php
    #	tests/Integration/Execution/MutationExecutor/MorphManyTest.php
    lucaslenz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    2e19b30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8a1e7f View commit details
    Browse the repository at this point in the history
  6. Fix phpstan errors

    lucaslenz committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    93bf203 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c67ded2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    7654daa View commit details
    Browse the repository at this point in the history
  2. final

    spawnia committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ca1a6cf View commit details
    Browse the repository at this point in the history
  3. restore

    spawnia committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    437e78a View commit details
    Browse the repository at this point in the history
  4. fix merge

    spawnia committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c503542 View commit details
    Browse the repository at this point in the history
  5. fix HasManyTest

    spawnia committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9ec0d76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfbe4f7 View commit details
    Browse the repository at this point in the history
  7. assert

    spawnia committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7b25416 View commit details
    Browse the repository at this point in the history