Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

CommandConnection

No description

type CommandConnection {
pageInfo: PageInfo!
edges: [CommandEdge!]!
nodes: [Command!]!
}

Fields

CommandConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CommandConnection.edges ● [CommandEdge!]! non-null object

A list of edges.

CommandConnection.nodes ● [Command!]! non-null union

A list of nodes.

Member Of

ProgrammableTransaction object