ProtoRune.App.Bsky.Graph.Defs.Relationship (proto_rune v0.1.1)

Generated schema for relationship

Description: lists the bi-directional graph relationships between one actor (not indicated in the object), and the target actors (the DID included in the object)

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Graph.Defs.Relationship{
  did: String.t(),
  followed_by: String.t(),
  following: String.t()
}