Introducing Create & Bulk Create GraphQL endpoints
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.