You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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 closessourcenetwork#32 and sourcenetwork#163
Future Work:
Implement the deletion of multiple documents using multiple keys.
Implement the deletion of documents using filters.
Don't forget to add tests for single delete doc operation
The text was updated successfully, but these errors were encountered: