This schema represents an ability to update/delete collection of the given data using a query.
Shape of a mutation (for patching).
Query schema used to filter out collection to mutate.
When specified, patch is executed; takes precedence over delete.
delete
When present, delete is executed on collection specified by it's query.
This schema represents an ability to update/delete collection of the given data using a query.