Decidim 0.27.9

OmaStadi API documentation

Explore the API interactively with GraphiQL

BudgetMutation

A budget which includes its available mutations

Fields

id (ID!)

The Budget's unique ID

createProject (Project!)

A mutation to create a project within a budget.

Argument Type Description
attributes ProjectAttributes!
updateProject (Project)

A mutation to update a project within a budget.

Argument Type Description
id ID!
attributes ProjectAttributes!
deleteProject (Project)

A mutation to delete a project within a budget.

Argument Type Description
id ID!