Decidim 0.31.0.rc1

Beta Try API documentation

Explore the API interactively with GraphiQL

CollaborativeText

A collaborative text document.

Implements

Fields

acceptingSuggestions (Boolean)

Whether this collaborative text document is accepting suggestions or not

announcement (TranslatedField)

The announcement of this collaborative text document.

body (String)

The body of this collaborative text document.

documentVersions ([DocumentVersion!])

The versions of this collaborative text document.

documentVersionsCount (Int)

The number of versions for this collaborative text document.

draft (Boolean)

Whether this collaborative text document is a draft or not

id (ID!)

The id of the collaborative text document

publishedAt (DateTime)

The date and time this collaborative text document was published

suggestions ([Suggestion!])

The suggestions for this collaborative text document.

suggestionsCount (Int)

The number of suggestions for this collaborative text document.

title (String!)

The title of this collaborative text document.

url (String!)

The URL for this project

createdAt (DateTime)

The date and time this object was created

updatedAt (DateTime)

The date and time this object was updated

versions ([TraceVersion]!)

This object's versions

versionsCount (Int!)

Total number of versions

authorsCount (Int)

The total amount of co-authors that contributed to the entity. Note that this field may include also non-user authors like meetings or the organization

authors ([Author]!)

The resource co-authors. Include only users or groups of users

author (Author)

The resource author. Note that this can be null on official proposals or meeting-proposals