Seraph v0.2.2 Seraph.Relationship

Represents a Relationship without a defined schema.

Link to this section Summary

Link to this section Types

Link to this type

t()

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