Officially out now: The TypeDB 3.0 Roadmap >>

Query answers

Under construction.

This page gives a brief overview of answer types returned by the server when running queries.

Query types

Data pipelines produce query answers. Currently TypeDB supports two answers formats: concept rows (the native TypeDB format) and JSON.

In contrast, schema queries do not produce answers, but only return success/failures notifications.

Concept rows

Any valid data pipeline not ending with a fetch stage will produce answers in concept row format.

JSON

A data pipeline ending with a fetch stage will produce JSON answers.