/plushcap/analysis/hasura/bulk-insert-mutations-with-graphql-e22727ce5b12

Bulk insert mutations with GraphQL

What's this blog post about?

The Hasura GraphQL Engine provides efficient bulk insert mutations for creating new objects in a back-end database. It allows multiple objects of the same type to be inserted using a single SQL statement, and multiple objects of different types can be inserted using multiple insert mutation fields within the same mutation. If any mutation field fails, all mutation fields in that mutation will be rolled back, ensuring consistency. This feature is useful for applications requiring high performance and consistent database states during bulk inserts.

Company
Hasura

Date published
Aug. 12, 2018

Author(s)
Rikin Kachhia

Word count
570

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.