How do I feed a generated schema.graphql into Slash GraphQL?

@secretshardul You can see the steps to run live loader for Slash GraphQL here: https://dgraph.io/docs/slash-graphql/admin/import-export/#importing-data-with-live-loader. You’ll need to use the gRPC endpoint and provide your API token in live loader. You can then run your queries over HTTP or gRPC: https://dgraph.io/docs/slash-graphql/advanced-queries/#connecting-from-dgraph-clients

1 Like