Zep.Schemas.Node (Zep v1.0.0)

Copy Markdown View Source

An entity node in a graph.

Summary

Types

t()

@type t() :: %Zep.Schemas.Node{
  attributes: map() | nil,
  created_at: String.t() | nil,
  labels: [String.t()],
  name: String.t() | nil,
  summary: String.t() | nil,
  uuid: String.t() | nil
}