StoryEdgeStoryEdge represents a unique Story in a StoriesConnection.type StoryEdge { node: Story! cursor: Cursor!}CopyFields#node (Story!)#node is the Story for this edge.cursor (Cursor!)#cursor is used in pagination.