I want to delete multiple items in one API call, something like the following:
mutation{
delete_item(item_id: 5406008582) {
id
}
delete_item(item_id: 5406008601) {
id
}
}
I want to delete multiple items in one API call, something like the following:
mutation{
delete_item(item_id: 5406008582) {
id
}
delete_item(item_id: 5406008601) {
id
}
}
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.