Decidim 0.27.9

OmaStadi API documentation

Explore the API interactively with GraphiQL

ProjectAttributes

Attributes for creating or updating a project

Input Fields

title (JSON!)

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

summary (JSON!)

The project summary for the cards, e.g. {"en": "English summary"}

description (JSON!)

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

English description

"}
budgetAmount (Int!)

The budget amount of the project (maximum)

budgetAmountMin (Int)

The minimum budget amount of the project

categoryId (Int)

The project category ID

scopeId (Int)

The project scope ID

location (ProjectLocationAttributes)

The project location

mainImage (FileAttributes)

The main image for the project

proposalIds ([Int!])

The linked proposal IDs for the project

ideaIds ([Int!])

The linked idea IDs for the project

planIds ([Int!])

The linked plan IDs for the project