nadia v0.7.0 Nadia.Graph.Model.Page

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Nadia.Graph.Model.Page{
  author_name: binary(),
  author_url: binary(),
  can_edit: atom(),
  content: NodeElement.t(),
  description: binary(),
  image_url: binary(),
  path: binary(),
  title: binary(),
  url: binary(),
  views: integer()
}