CommandEdge
An edge in a connection.
type CommandEdge {
node: Command!
cursor: String!
}
Fields
CommandEdge.node
● Command!
non-null union
The item at the end of the edge
CommandEdge.cursor
● String!
non-null scalar
A cursor for use in pagination
Member Of
CommandConnection
object