EctoNeo4j v0.6.4 Ecto.Adapters.Neo4j.Query.Batch View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Ecto.Adapters.Neo4j.Query.Batch{
  __expr: nil | Ecto.Adapters.Neo4j.Query.BatchExpr.t(),
  chunk_size: integer(),
  is_batch?: boolean(),
  type: :basic | :with_skip
}