Skip to main content

StoryEdge

StoryEdge represents a unique Story in a StoriesConnection.

type StoryEdge {  node: Story!  cursor: Cursor!}

Fields#

node (Story!)#

node is the Story for this edge.

cursor (Cursor!)#

cursor is used in pagination.