BidirectionalConnection
No description
type BidirectionalConnection {
from: String!
to: String!
network: Network!
state: BiConnState!
direction: Direction!
namespace: String!
latestHash: String!
updatedAt: String!
latestEvent: BiConnEvent
latestAnchorEvent: BiConnEvent
}