Seraph v0.2.2 Seraph.Schema.Node.NotLoaded

Struct returned by related nodes when they are not loaded.

Fields are:

  • __primary_label__: The primary label of the related node
  • __type__: The relationship type considered

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Seraph.Schema.Node.NotLoaded{
  __label__: String.t(),
  __type__: String.t()
}