API Demo
Learn how to test the graph service API of the Dgraph module.
We'll cover the following...
Load data
Let’s try out our API. We’ll need some data, so let’s reload our default graph, which we can do as:
iex> read_graph("default.dgraph") |> graph_create
Load the default graph
...