Skip to main content

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

ObjectConnection

No description

type ObjectConnection {
pageInfo: PageInfo!
edges: [ObjectEdge!]!
nodes: [Object!]!
}

Fields​

ObjectConnection.pageInfo ● PageInfo! non-null object​

Information to aid in pagination.

ObjectConnection.edges ● [ObjectEdge!]! non-null object​

A list of edges.

ObjectConnection.nodes ● [Object!]! non-null object​

A list of nodes.

Returned By​

objects query

Member Of​

GasInput object ● GenesisTransaction object