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