diplomat v0.12.0 Diplomat.QueryResultBatch

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Diplomat.QueryResultBatch{
  end_cursor: Diplomat.Cursor.t() | nil,
  entity_results: [Diplomat.Entity.t()]
}

Link to this section Functions

Link to this function

from_proto(query_result_batch)
from_proto(Diplomat.Proto.QueryResultBatch.t()) :: t()