-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Document Deletion with a Key (#150)
This enables the deletion of a single document using their dockey. The query will look like something like this: mutation { delete_user(id: "bae-6a6482a8-24e1-5c73-a237-ca569e41507d") { deletedDocKey: _key } } Note: deletedDocKey is an alias of a deleted key. This PR resolves and closes #32 and #163 Future Work: Implement the deletion of multiple documents using multiple keys. Implement the deletion of documents using filters.
- Loading branch information
1 parent
b636a9e
commit 9d822c3
Showing
10 changed files
with
779 additions
and
13 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
Oops, something went wrong.