OBJECT

ArticleFeedConnection

A connection to a list of items.

link GraphQL Schema definition

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

link Require by