TimeframeConnection
The connection type for Timeframe.
type TimeframeConnection {
edges: [TimeframeEdge]
nodes: [Timeframe]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
TimeframeConnection.edges ● [TimeframeEdge] list object
A list of edges.
TimeframeConnection.nodes ● [Timeframe] list object
A list of nodes.
TimeframeConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
TimeframeConnection.totalCount ● Int! non-null scalar
Returned By
storyTimeframes query
Member Of
StoryTimeframes object