| Nom | Type | Description |
|---|---|---|
id | ID! | - |
createdAt | DateTime | - |
updatedAt | DateTime | - |
questionIsPublished | Boolean | - |
answerIsPublished | Boolean | - |
questionStartedAt | String | - |
questionEndedAt | String | - |
answerStartedAt | String | - |
answerEndedAt | String | - |
allowMultiAnswers | Boolean | - |
order | Int | - |
text | String! | - |
type | PollQuestionType! | - |
numberOfReplies | Int | - |
numberOfPersons | Int | - |
percentageOfCorrectReplies | Int | - |
words | [WordReply] | - |
pollAnswers | [PollAnswer] | - |
pollReplies | [PollReply] | - |
poll | Poll | - |