OBJECT

IocFeedEntryEdge

Description

Wrapper around the IocFeedEntry object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type IocFeedEntryEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual IocFeedEntry object wrapped by this edge.
  • node: IocFeedEntry!
  • }