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