Seraph.Relationship (Seraph v0.2.4)

Represents a Relationship without a defined schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Seraph.Relationship{
  __id__: integer(),
  end_node: nil | Seraph.Schema.Node.t(),
  properties: map(),
  start_node: nil | Seraph.Schema.Node.t(),
  type: String.t()
}