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