Decidim 0.27.9

OmaStadi API documentation

Explore the API interactively with GraphiQL

budget

A budget

Input fields

id (ID)

The budget's id

Return 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!