Zep.Schemas.GraphList (Zep v1.0.0)

Copy Markdown View Source

Paginated envelope returned by Zep.Graph.list_all/2.

Summary

Types

t()

@type t() :: %Zep.Schemas.GraphList{
  graphs: [Zep.Schemas.Graph.t()],
  response_count: non_neg_integer() | nil,
  total_count: non_neg_integer() | nil
}