Skip to main content

Timeframe

No description

type Timeframe {
accountId: Int!
articlesCount: Int!
createdAt: ISO8601DateTime!
dateBegin: ISO8601Date
dateEnd: ISO8601Date
id: Int!
note: String
preparation: Boolean
storyId: Int!
updatedAt: ISO8601DateTime!
}

Fields

Timeframe.accountId ● Int! non-null scalar

Timeframe.articlesCount ● Int! non-null scalar

Timeframe.createdAt ● ISO8601DateTime! non-null scalar

Created at

Timeframe.dateBegin ● ISO8601Date scalar

Timeframe.dateEnd ● ISO8601Date scalar

Timeframe.id ● Int! non-null scalar

Timeframe.note ● String scalar

Timeframe.preparation ● Boolean scalar

Timeframe.storyId ● Int! non-null scalar

Timeframe.updatedAt ● ISO8601DateTime! non-null scalar

Updated at

Member Of

CreateStoryTimeframePayload object ● DeleteStoryTimeframePayload object ● TimeframeConnection object ● TimeframeEdge object ● UpdateStoryTimeframePayload object