Partial Updates now GA

We are excited to announce that Partial Updates are now generally available (GA) in our GraphQL API. Partial Updates enhances how Fauna automatically resolves CRUD operations on objects in your GraphQL Schema by adding a new set of mutation types that allow you to optionally update your choice of one or more fields in your object types. Before partial update mutations, the update mutation generated by Fauna required you to update all required fields even when your intention was to update only one. This improvement eliminates the tedium and potential for human error involved with making otherwise unnecessary multi-field updates. Check out our documentation for more details on this feature.

1 Like