Cap Collectif Developers - GraphQL API

UserReply

This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.

Represents a user answer to a questionnaire.

Implements

Fields

author (User!)

The author of the contribution.

createdAt (DateTime!)

Identifies the date and time when the object was created.

draft (Boolean!)

Whether or not the entity is a draft.

id (ID!)

The ID of an object.

notPublishedReason (NotPublishedReason)

Reason that the entity is not published.

publishableUntil (DateTime)

Identifies when the entity can no more be published.

published (Boolean!)

Whether or not the entity is published.

publishedAt (DateTime)

Identifies when the entity was published at.

responses ([Response]!)

The responses of the reply.

undraftAt (DateTime)

Identifies when the entity was undraft at.

updatedAt (DateTime)

Identifies the date and time when the object was last updated.