Skip to main content
Version: V1

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
}

Fields

from (String)

to (String)

network (Network)

state (BiConnState)

direction (Direction)

namespace (String)

latestHash (String)

updatedAt (String)

latestEvent (BiConnEvent)

latestAnchorEvent (BiConnEvent)

Designed by