Operations on individual graph entity nodes.
Summary
Functions
Fetches a single node by uuid.
Lists nodes for a user's or graph's graph, paginated.
Returns the edges directly connected to a node.
Functions
@spec get(Zep.Client.t() | keyword(), String.t()) :: {:ok, Zep.Schemas.Node.t()} | {:error, term()}
Fetches a single node by uuid.
@spec get_by_user_or_graph( Zep.Client.t() | keyword(), keyword() ) :: {:ok, [Zep.Schemas.Node.t()]} | {:error, term()}
Lists nodes for a user's or graph's graph, paginated.
@spec get_edges(Zep.Client.t() | keyword(), String.t()) :: {:ok, [Zep.Schemas.Edge.t()]} | {:error, term()}
Returns the edges directly connected to a node.