Decidim 0.27.9

OmaStadi API documentation

Explore the API interactively with GraphiQL

resultTimelineEntry

A result timeline entry

Input fields

resultId (ID!)

The result's id

Return fields

resultId (ID!)
create (TimelineEntry)

Add a new timeline entry to a result

Argument Type Description
entryDate ISO8601Date!

The timeline entry date

endDate ISO8601Date

The timeline entry end date

title JSON

Use this to override the date of this entry

description JSON!

The timeline entry description (HTML)

update (TimelineEntry)

Add a new timeline entry to a result

Argument Type Description
id ID!
entryDate ISO8601Date!

The timeline entry date

endDate ISO8601Date

The timeline entry end date

title JSON

Use this to override the date of this entry

description JSON!

The timeline entry description (HTML)

destroy (TimelineEntry)

Destroys a timeline entry from a result

Argument Type Description
id ID!

The timeline entry's id to destroy