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