StoriesConnection
StoriesConnection represents a subset of a stories list.
type StoriesConnection { edges: [StoryEdge!]! nodes: [Story!]! pageInfo: PageInfo!}
#
Fieldsedges
([StoryEdge!]!
)#
edges are a subset of StoryEdge's.
nodes
([Story!]!
)#
nodes is a list of Story's.
pageInfo
(PageInfo!
)#
pageInfo is information to aid in pagination.