EdgeQL Tutorial

Update

Subtopics

Sometimes you may need to edit existing data. You can use update to do that. Using update begins the update process, filter narrows down the set of objects to edit (no need for filter if you want to update every object), and the set block determines the actual changes:

Input
Run
Output Objects
Press the 'Run' button to evaluate the input

Let's select the updated post:

Input
Run
Output Objects
Press the 'Run' button to evaluate the input

We use ChatGPT with additional context from our documentation to answer your questions. Not all answers will be accurate. Please join our Discord if you need more help.