Query Generator

We're having a little trouble thinking up all of the transition queries we would like. So we will try enumerating them from the Graph Viewer schema in dot. github

"Employee" -> "Employee" [label="Manager"] "Project" -> "Employee" [label="Manager"] "Service" -> "Project" [label="Owner"] "Service" -> "Employee" [label="Team"] "Service" -> "Service" [label="Flow"] "Service" -> "Statistic" [label="Traffic"]

We expect to get at least three alternatives for each relation. We start with just the first one and try hard to make that useful.

http://ward.dojo.fed.wiki/assets/pages/mock-graph-data/query-generator.html HEIGHT 400