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
- ClientStoryReadEntity :
- # A cursor for use in pagination
- String! :
- }