OBJECT

EbscoArticleConnection

A connection to a list of items.

link GraphQL Schema definition

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

link Require by