Skip to main content
Version: v3.x (DDN)

Update Data

Depending on your connector, you'll have a range of update mutations available to mutate data via your API.

Update an object by a unique field

You can update an object by targeting it using a unique key according to the source schema and then setting the new value.

Custom update mutations

For connectors that support native mutations, you can also create custom update mutations to update data in your data source. This allows you to write any custom logic you need to update data using your data source's native capabilities.

Learn more in your connector's reference documentation.