View Source Bonfire.Data.Edges.EdgeTotal (Bonfire v0.9.11-social-beta.3)

Summary

Types

t()

@type t() :: %Bonfire.Data.Edges.EdgeTotal{
  __meta__: Ecto.Schema.Metadata.t(),
  id: Needle.UID.t() | nil,
  object_count: term(),
  pointer: Ecto.Schema.belongs_to(Needle.Pointer.t()) | nil,
  subject_count: term(),
  table: term(),
  table_id: term()
}

Functions

changeset(me \\ %EdgeTotal{}, params)

delete(struct, key)

get(struct, key, default \\ nil)

put(struct, key, val)