StoryConnection
The connection type for Story.
type StoryConnection {
edges: [StoryEdge]
nodes: [Story]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
StoryConnection.edges ● [StoryEdge] list object
A list of edges.
StoryConnection.nodes ● [Story] list object
A list of nodes.
StoryConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
StoryConnection.totalCount ● Int! non-null scalar
Returned By
stories query