Skip to main content

StoryTimeframes

No description

type StoryTimeframes {
timeframes(after: String, before: String, first: Int, last: Int): TimeframeConnection!
}

Fields

StoryTimeframes.timeframes ● TimeframeConnection! non-null object

StoryTimeframes.timeframes.after ● String scalar

Returns the elements in the list that come after the specified cursor.

StoryTimeframes.timeframes.before ● String scalar

Returns the elements in the list that come before the specified cursor.

StoryTimeframes.timeframes.first ● Int scalar

Returns the first _n_ elements from the list.

StoryTimeframes.timeframes.last ● Int scalar

Returns the last _n_ elements from the list.

Member Of

BulkCreateStoryTimeframesPayload object ● BulkDeleteStoryTimeframesPayload object ● BulkUpdateStoryTimeframesPayload object