View Source Bonfire.Data.Social.Profile (Bonfire v0.9.11-social-beta.6)
Summary
Types
@type t() :: %Bonfire.Data.Social.Profile{ __meta__: Ecto.Schema.Metadata.t(), controlled: term(), icon: term(), icon_id: term(), id: Needle.UID.t() | nil, image: term(), image_id: term(), location: term(), name: term(), pointer: Ecto.Schema.belongs_to(Needle.Pointer.t()) | nil, summary: term(), user: term(), website: term() }