Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

DependencyConnection

No description

type DependencyConnection {
pageInfo: PageInfo!
edges: [DependencyEdge!]!
nodes: [TransactionBlock!]!
}

Fields​

DependencyConnection.pageInfo ● PageInfo! non-null object​

Information to aid in pagination.

DependencyConnection.edges ● [DependencyEdge!]! non-null object​

A list of edges.

DependencyConnection.nodes ● [TransactionBlock!]! non-null object​

A list of nodes.

Member Of​

TransactionBlockEffects object