JSON documents produced by a fetch pipeline. Implements Enumerable over
documents.
Summary
Types
@type t() :: %TypeDB.Answer.ConceptDocuments{ documents: [term()], query_type: TypeDB.Answer.query_type(), warning: String.t() | nil }
JSON documents produced by a fetch pipeline. Implements Enumerable over
documents.
@type t() :: %TypeDB.Answer.ConceptDocuments{ documents: [term()], query_type: TypeDB.Answer.query_type(), warning: String.t() | nil }