How to soft-delete in Keystone 6? Hooks not working. #9713
Answered
by
gautamsi
chriseaton
asked this question in
Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
gautamsi
Sep 24, 2025
Replies: 1 comment 1 reply
-
one way to do that is to create a custom mutation which overrides delete mutation for your list. We have done that in a project. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chriseaton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
one way to do that is to create a custom mutation which overrides delete mutation for your list. We have done that in a project.