StoryEdge
An edge in a connection.
type StoryEdge {
cursor: String!
node: Story
}
Fields
StoryEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
StoryEdge.node ● Story object
The item at the end of the edge.
Member Of
StoryConnection object