ActorEdge
An edge in a Actor connection.
type ActorEdge {
cursor: String!
node: Actor!
}
Fields
ActorEdge.cursor ● String! non-null scalar
Opaque cursor for this edge.
ActorEdge.node ● Actor! non-null object
The node at the end of this edge.
Member Of
ActorsConnection object