Inspect the Structs
Learn how to create a graph using the graph struct and to inspect the struct by defining a user-friendly view.
We'll cover the following...
Let’s try out the %GraphCommons.Graph{}
struct by creating a new graph. We’ll use a property graph model example here, which generates a minimal graph with two nodes and one edge between them.
Note: Our
query.ex
file will be similar to thegraph.ex
file with the term “graph” replaced with “query.”
Default graph
The following example will serve as our default graph.
Access this course and 1400+ top-rated courses and projects.