EctoNeo4j v0.6.3 Ecto.Adapters.Neo4j.Query.RelationshipExpr View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Ecto.Adapters.Neo4j.Query.RelationshipExpr{
  end: Ecto.Adapters.Neo4j.Query.NodeExpr.t(),
  index: nil | integer(),
  start: Ecto.Adapters.Neo4j.Query.NodeExpr.t(),
  type: String.t(),
  variable: String.t()
}