EctoNeo4j v0.6.2 Ecto.Adapters.Neo4j.Behaviour.Repo.PreloadInfo View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Ecto.Adapters.Neo4j.Behaviour.Repo.PreloadInfo{
  foreign_key: atom(),
  name: atom(),
  queryable: module(),
  search_key: atom(),
  unique?: boolean(),
  upward?: boolean()
}