Decidim 0.30.0.rc3

Metadecidim API documentation

Explore the API interactively with GraphiQL

conference

Finds a conference

Arguments

id (ID)

The ID of the participatory space

Return fields

availableSlots (Int)

The number of available slots in this conference

bannerImage (String)

The banner image for this conference

description (TranslatedField)

The description of this conference

endDate (Date)

The date this conference ends

hashtag (String)

The hashtag for this conference

heroImage (String)

The hero image for this conference

id (ID!)

Internal ID for this conference

location (String)

The location of this conference

mediaLinks ([ConferenceMediaLink])

List of media links in this conference

objectives (TranslatedField)

The objectives of the conference

partners ([ConferencePartner])

List of partners in this conference

If this conference is promoted (therefore in the homepage)

publishedAt (DateTime)

The time this conference was published

reference (String)

Reference prefix for this conference

registrationTerms (TranslatedField)

The registration terms of this conference

registrationsEnabled (Boolean)

If the registrations are enabled in this conference

shortDescription (TranslatedField)

The short description of this conference

showStatistics (Boolean)

If this conference shows the statistics

slogan (TranslatedField)

The slogan of the conference

slug (String)

The slug of this conference

speakers ([ConferenceSpeaker])

List of speakers in this conference

startDate (Date)

The date this conference starts

categories ([Category]!)

Categories for this space

Argument Type Description
filter CategoryFilter

Provides several methods to filter the results

createdAt (DateTime)

The date and time this object was created

updatedAt (DateTime)

The date and time this object was updated

taxonomies ([Taxonomy!])

The object's taxonomies

attachments ([Attachment]!)

This object's attachments

scope (Scope)

The object's scope

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])

The statistics collection of this participatory space

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.