Decidim 0.28.0

Metadecidim API documentation

Explore the API interactively with GraphiQL

ParticipatorySpaceInterface

The interface that all participatory spaces should implement.

Implemented by

Fields

id (ID!)

The participatory space's unique ID

title (TranslatedField!)

The graphql_name of this participatory space.

type (String!)

The participatory space class name. i.e. Decidim::ParticipatoryProcess

manifest (ParticipatorySpaceManifest!)

The manifest information for the participatory space.

components ([ComponentInterface!])

Lists the components this space contains.

Argument Type Description
filter ComponentFilter

Provides several methods to filter the results

order ComponentSort

Provides several methods to order the results

stats ([Statistic])