add todo for delete multiple objects
This commit is contained in:
parent
deb7f8b94e
commit
500332a691
1 changed files with 3 additions and 0 deletions
|
@ -130,6 +130,9 @@ class CreateMultipleObjectsOperation(BaseSchema):
|
||||||
return {ref: instances[i] for ref, i in indexes.items()}
|
return {ref: instances[i] for ref, i in indexes.items()}
|
||||||
|
|
||||||
|
|
||||||
|
# todo: delete multiple objects
|
||||||
|
|
||||||
|
|
||||||
class UpdateObjectOperation(BaseOperation):
|
class UpdateObjectOperation(BaseOperation):
|
||||||
type: Literal["update"] = "update"
|
type: Literal["update"] = "update"
|
||||||
fields: FieldValuesDict
|
fields: FieldValuesDict
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue