Live loading data with graphql schema

Experience Report for Feature Request

What you wanted to do

import graphql based data into live database

What you actually did

trying to bulk load with -g option

Why that wasn’t great, with examples

the same reasons that dgraph live exists for DQL

Any external references to support your case

The way to live load GraphQL data is the following.

  1. Upload your GraphQL schema using /admin/schema schema.
  2. Run GraphQL mutations to load your data.

@pawan i encounter performance and memory issues with GraphQL mutations which i reflected in another issue, so i seek for faster options.