Boltx.Response (Boltx v0.0.4)

Summary

Functions

Una estructura que representa una consulta Boltx.

Types

@type acc() :: any()
@type element() :: any()
@type key() :: any()
@type t() :: %Boltx.Response{
  bookmark: String.t(),
  fields: list(),
  notifications: list(),
  plan: map(),
  profile: any(),
  records: list(),
  results: list(),
  stats: list() | map(),
  type: String.t()
}
@type value() :: any()

Functions

Link to this function

%Boltx.Response{}

(struct)

Una estructura que representa una consulta Boltx.

  • statement - La declaración de la consulta.
  • extra - Datos adicionales asociados con la consulta.
Link to this function

first(response)