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