Is there any bulk API available to update data?

Is there any bulk API available to update data? The use case is we need to update multiple records in less time instead of calling create an item and creating an update API individually. Is there an option that we can call the API and update the bulk records?

At the moment, there isn’t

1 Like

Hi @Vaibhav.S.G

There isn’t currently a bulk update endpoint available, however you can send multiple mutations within a single request. These will be executed one after the other.

You can view an example here - Overview of GraphQL

Please note that these still need to comply with the 60 second timeout per API call - Rate Limits

1 Like