ExForce v0.2.2 ExForce.QueryResult View Source

Represents the result of a query.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExForce.QueryResult{
  done: boolean(),
  next_records_url: String.t() | nil,
  records: list(),
  total_size: term()
}