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
{{ message }}
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
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} )
The text was updated successfully, but these errors were encountered:
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} )
The text was updated successfully, but these errors were encountered: