TypeDB.Answer.ConceptDocuments (TypeDB v0.2.2)

Copy Markdown View Source

JSON documents produced by a fetch pipeline. Implements Enumerable over documents.

Summary

Types

t()

@type t() :: %TypeDB.Answer.ConceptDocuments{
  documents: [term()],
  query_type: TypeDB.Answer.query_type(),
  warning: String.t() | nil
}