1

Given an array of ids, how can I write a delete mutation to delete multiple items at the same time?
PS: I'm using a graphql hosted plateform provided by Scaphoold.io

Chris
  • 11,819
  • 19
  • 91
  • 145
tahayk
  • 492
  • 1
  • 5
  • 20

1 Answers1

2

You can't delete multiple items at once on Scaphold. But you can run the delete mutation with different IDs in a script perhaps if you have a lot of them.

vince
  • 1,904
  • 1
  • 12
  • 17