Hanzo
OpenapiGraph

Ask the graph in one request, traversing.

Runs a GraphQL query against this organization's assertions.

POST /v1/graph/graphql

Addresshttps://api.hanzo.ai/v1/graph/graphql
MethodPOST
Operationpost_graph_graphql
AuthAuthorization: Bearer $HANZO_API_KEY

Runs a GraphQL query against this organization's assertions.

It is the one door here a caller can TRAVERSE: the REST ops each answer a single question, so composing them — the entities this one points at, and what each of those resolves to — costs a request per hop with the intermediate keys held by the caller. Here that is one query and the nesting is the answer's shape.

It adds no way to ask anything new. Every field runs the SAME operation the matching REST route runs, so the tenancy, the as-of bound, the traversal bounds and the conflict rule are the ones already in force; the schema is served by introspection.

A query that cannot run answers 200 with an errors list, which is the wire every GraphQL client parses.

Request

3 fields, body application/json.

FieldInTypeRequiredDescription
operationNamebodystring
querybodystring
variablesbodyany

Response

StatusBodyMeaning
2XXgraphQLOutSuccess

2XX body — 4 fields.

FieldInTypeAlwaysDescription
databodyany
errorsbodygraphQLError[]
errors[].messagebodystring
errors[].pathbodystring[]

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Graph API · All Hanzo APIs · Interactive reference

How is this guide?

On this page