EctoNeo4j v0.6.3 Ecto.Adapters.Neo4j.Query.BatchExpr View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Ecto.Adapters.Neo4j.Query.BatchExpr{
limit: nil | integer() | atom(),
skip: nil | integer() | atom(),
with: Ecto.Adapters.Neo4j.Query.ReturnExpr.t()
}
t() :: %Ecto.Adapters.Neo4j.Query.BatchExpr{ limit: nil | integer() | atom(), skip: nil | integer() | atom(), with: Ecto.Adapters.Neo4j.Query.ReturnExpr.t() }