mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add expectedCount
This commit is contained in:
parent
d92e5f3fd1
commit
36bb40a6f3
1 changed files with 5 additions and 1 deletions
|
|
@ -26,7 +26,11 @@ export async function bulkActionMutation(
|
|||
$query: String!
|
||||
$expectedCount: Int
|
||||
) {
|
||||
bulkAction(query: $query, action: $action) {
|
||||
bulkAction(
|
||||
query: $query
|
||||
action: $action
|
||||
expectedCount: $expectedCount
|
||||
) {
|
||||
... on BulkActionSuccess {
|
||||
success
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue