Seraph.Schema.Node.NotLoaded (Seraph v0.2.4)

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

Specs

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