OBJECT

ClientStoryReadEntityEdge

A Relay edge containing a ClientStoryReadEntity and its cursor.

link GraphQL Schema definition

  • type ClientStoryReadEntityEdge {
  • # The item at the end of the edge
  • node: ClientStoryReadEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }