Update a Record
Update a single record from the API
Update an existing record with the API
Specifying the Record ID and Field Values
mutation {
updateUser(id: 17, firstName: "John", lastName: "Doe") {
id
firstName
lastName
email
age
}
}Choosing Response Fields
Conclusion
Last updated
Was this helpful?

