storyTimeframes
Returns a list of timeframes based on story id
storyTimeframes(
after: String
before: String
first: Int
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "date_begin" }]
storyId: ID!
): TimeframeConnection
Arguments
storyTimeframes.after ● String scalar
Returns the elements in the list that come after the specified cursor.
storyTimeframes.before ● String scalar
Returns the elements in the list that come before the specified cursor.
storyTimeframes.first ● Int scalar
Returns the first _n_ elements from the list.
storyTimeframes.last ● Int scalar
Returns the last _n_ elements from the list.
storyTimeframes.sort ● [Sort!] list input
Sort result
storyTimeframes.storyId ● ID! non-null scalar
Story ID
Type
TimeframeConnection object
The connection type for Timeframe.