StoryEdge
StoryEdge represents a unique Story in a StoriesConnection.
type StoryEdge {
node: Story!
cursor: Cursor!
}
Fields
StoryEdge.node
● Story!
non-null object
node is the Story for this edge.
StoryEdge.cursor
● Cursor!
non-null scalar
cursor is used in pagination.
Member Of
StoriesConnection
object