Graph
The `hanzo graph` commands.
Also for this capability: API · CLI · SDKs
One organization's entities and the relations between them, held as assertions: somebody, at some moment, from some evidence, asserted that this thing stands in that relation to that other thing.
hanzo graph getEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo graph create | Assert what is true of an entity |
hanzo graph get | Read the assertions this organization has recorded |
hanzo graph graphql | Ask the graph in one request, traversing. |
hanzo graph neighbors | Walk the edges from a seed set, bounded |
hanzo graph resolve | What is in force about an entity as of an instant, and what disagreed |
hanzo graph search | Find assertions by their text rather than by an entity key |
hanzo graph vocabulary | The relations in use, and the rule that resolves a conflict |
How is this guide?