StoryTimeframeCreateInput
Attributes for creating story timeframe
input StoryTimeframeCreateInput {
dateBegin: ISO8601Date
dateEnd: ISO8601Date
note: String
preparation: Boolean
}
Fields
StoryTimeframeCreateInput.dateBegin ● ISO8601Date scalar
Timeframe date_begin
StoryTimeframeCreateInput.dateEnd ● ISO8601Date scalar
Timeframe date_end
StoryTimeframeCreateInput.note ● String scalar
Timeframe note
StoryTimeframeCreateInput.preparation ● Boolean scalar
Timeframe preparation
Member Of
CreateStoryTimeframeInput input ● StoryCreateInput input ● TimeframesCreateInput input