Decidim 0.27.9

OmaStadi API documentation

Explore the API interactively with GraphiQL

ResultTimelineEntryMutation

A result timeline entry which includes its available mutations

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