OBJECT

PubmedArticleAbstractConnection

A connection to a list of items.

link GraphQL Schema definition

  • type PubmedArticleAbstractConnection {
  • # A list of edges.
  • edges: [PubmedArticleAbstractEdge]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }

link Require by

This element is not required by anyone