OBJECT

FeedPageInfo

link GraphQL Schema definition

  • type FeedPageInfo {
  • hasNextPage: Boolean!
  • # (WARNING) Due to a naming error this value is the same as endCursor. Please use
  • # endCursor instead, and this will be removed in a future release.
  • startCursor: String!
  • # The cursor corresponding to the last elements of the list.
  • endCursor: String!
  • }