Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 976 Bytes

2018-09-19-bulk-create-graphql.md

File metadata and controls

23 lines (17 loc) · 976 Bytes
layout title author categories tags image description featured hidden
post
Introducing Create & Bulk Create GraphQL endpoints
memair
App
GraphQL
Quantified Self
/assets/images/2018/09/bulk-graphql-mutation.png
Import loads of data without having to wait
false
false

Memair has introduced two new GraphQL mutations for importing data.

Create

Creates up to 100 records per request. Records are created immediately.

Bulk Create

Creates up to 10,000 records per request. Records are created with a background process. The progress of which can be monitored using the Bulk Create Status endpoint.

Checkout the live Jupyter Notebook examples using Otto, the sandbox user's data or explore with your own data using GraphiQL. Checkout the Document Explorer in GraphiQL for more details.