CommandConnection
No description
type CommandConnection {
  edges: [CommandEdge!]!
  nodes: [Command!]!
  pageInfo: PageInfo!
}
Fields
CommandConnection.edges ● [CommandEdge!]! non-null object
A list of edges.
CommandConnection.nodes ● [Command!]! non-null union
A list of nodes.
CommandConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
Member Of
ProgrammableSystemTransaction  object ● ProgrammableTransaction  object