Decidim 0.31.0.rc1

Beta Try API documentation

Explore the API interactively with GraphiQL

CommentableInterface

A commentable interface

Implemented by

Fields

acceptsNewComments (Boolean!)

Whether the object can have new comments or not

comments ([Comment!]!)

The list of replies in this comment

Argument Type Description
orderBy String

Order the comments

singleCommentId String

ID of the single comment to look at

commentsHaveAlignment (Boolean!)

Whether the object comments have alignment or not

commentsHaveVotes (Boolean!)

Whether the object comments have votes or not

hasComments (Boolean!)

Check if the commentable has comments

id (ID!)

The commentable's ID

totalCommentsCount (Int!)

The number of comments in all levels this resource holds

type (String!)

The commentable's class name. i.e. Decidim::ParticipatoryProcess

userAllowedToComment (Boolean!)

Check if the current user can comment