StoryTimeframeUpdateInput
Attributes for updating story timeframe
input StoryTimeframeUpdateInput {
dateBegin: ISO8601Date
dateEnd: ISO8601Date
id: ID!
note: String
preparation: Boolean
timestamp: BigInt
}
Fields
StoryTimeframeUpdateInput.dateBegin ● ISO8601Date scalar
Timeframe date_begin
StoryTimeframeUpdateInput.dateEnd ● ISO8601Date scalar
Timeframe date_end
StoryTimeframeUpdateInput.id ● ID! non-null scalar
Timeframe id
StoryTimeframeUpdateInput.note ● String scalar
Timeframe note
StoryTimeframeUpdateInput.preparation ● Boolean scalar
Timeframe preparation
StoryTimeframeUpdateInput.timestamp ● BigInt scalar
Action timestamp to push in into event
Member Of
TimeframesUpdateInput input ● UpdateStoryTimeframeInput input