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