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