EdgeQL Tutorial

Update

Subtopics

Sometimes you may need to edit existing data. You can use UPDATE to do that. The command first uses a FILTER to narrow down the set of objects that need to be edited and the SET block determines the actual changes:

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

Let's select the updated post:

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