Tutorial 10 - Using Mutations to Edit a Record
Introduction
Steps to Edit a Record
Step 1) Add the mutation keyword
mutation editItem {
}Step 2) Add the recordUpdate mutation type

Step 3) Add the ID of the Record which should be updated

Step 4) Define the new Properties in the Record Object
Step 5) Add Results

Handling Race Conditions

Summary
Next Time
PreviousTutorial 9 - Using Mutations to Create New RecordsNextTutorial 11 - Using Mutations to Delete an Item
Last updated
Was this helpful?

