Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Ability to delete multiple objects #171

Open
markst opened this issue Mar 20, 2017 · 1 comment
Open

Ability to delete multiple objects #171

markst opened this issue Mar 20, 2017 · 1 comment

Comments

@markst
Copy link

markst commented Mar 20, 2017

Currently DeleteOperation only supports deleting one object.

It would be good to support deleting multiple objects since a query can be constructed with multiple ids:
let query = Query(resourceType: Group.self, resourceIDs: selectedGroups.flatMap {$0.id} )

@markst
Copy link
Author

markst commented Mar 20, 2017

I'm working on a operation now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant