Connection
No description
type Connection {
  fromAddr: String!
  toAddr: String!
  followStatus: FollowStatus!
  namespace: String!
  alias: String!
  network: Network!
  type: ConnectionType!
  updatedAt: String!
  createdAt: String!
  proof: String!
  latestEvent: ConnectionEvent
  latestAnchorEvent: ConnectionEvent
}
Fields
fromAddr (String)
toAddr (String)
followStatus (FollowStatus)
namespace (String)
alias (String)
The alias set by the fromAddr for toAddr.
network (Network)
type (ConnectionType)
Connection type. Default is FOLLOW.
updatedAt (String)
createdAt (String)
proof (String)
proof is deprecated. Use latestEvent to retrieve it.