Decidim 0.27.9

OmaStadi API documentation

Explore the API interactively with GraphiQL

result

A result

Input fields

id (ID!)

The result's id

Return fields

id (ID!)
update (Result)

The content mutations to be updated.

Argument Type Description
title JSON!

The result title localized hash, e.g. {"en": "English title"}

summary JSON!

The result summary localized hash, e.g. {"en": "English summary"}

description JSON!

The result description localized hash (HTML), e.g. {"en": "

English description

"}
startDate ISO8601DateTime

The result start date

endDate ISO8601DateTime

The result end date

progress Float!

The result progress percentage

statusId Int

The result status ID

weight Float

The weight (order) of the result

categoryId Int

The result category ID

scopeId Int

The result scope ID

defaultDetails [ResultDefaultDetailAttributes!]
details [ResultDetailAttributes!]
links [ResultLinkAttributes!]
locations [LocationAttributes!]
proposalIds [Int!]

The linked proposal IDs for the result

ideaIds [Int!]

The linked idea IDs for the result

planIds [Int!]

The linked plan IDs for the result

projectIds [Int!]

The linked project IDs for the result

budgetAmount Float

The result budget amount

budgetBreakdown JSON

The result budget breakdown (HTML) localized hash, e.g. {"en": "English title"}

plansDescription JSON

The result plans description (HTML) localized hash, e.g. {"en": "English title"}

interactionDescription JSON

The result interaction description (HTML) localized hash, e.g. {"en": "English title"}

newsDescription JSON

The result news description (HTML) localized hash, e.g. {"en": "English title"}

publicity (Result)

The publicity mutation to set the record published or unpublished.

Argument Type Description
published Boolean!

Set the record published (true) or unpublished (false)