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

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Ecto.Adapters.Neo4j.Query.MergeExpr{
  expr: Ecto.Adapters.Neo4j.Query.entity_expr(),
  on_create: [Ecto.Adapters.Neo4j.Query.SetExpr.t()],
  on_update: [Ecto.Adapters.Neo4j.Query.SetExpr.t()]
}