OBJECT
LearningObjectiveEdge
An edge in a connection.
link GraphQL Schema definition
- type LearningObjectiveEdge {
- # The item at the end of the edge.
- : LearningObjective
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type LearningObjectiveEdge {
- # The item at the end of the edge.
- : LearningObjective
- # A cursor for use in pagination.
- : Cursor!
- }