feat: implement repeatable questionnaires
### Additions * added new type `QuestionnaireSubmissionType` * added new type `RepeatableType` * added field `repeatable: RepeatableType` to `QuestionnaireType` type * added field `submissions: [QuestionnaireSubmissionType#]!` to `TeamQuestionnaireStateType` type * added field `acceptedAnswers: [QuestionnaireAnswerType!]!` to `TeamQuestionnaireStateType` type * added field `attempts: Int!` to `TeamQuestionnaireType` type * added field `attempt: Int!` to `QuestionnaireAnswerType` type * added `QuestionnaireSubmissionType` type to `ActionLogDetails` union * added new value `FORM_SUBMISSION` to `LogType` enum ### Deletions * removed field `answers: [QuestionnaireAnswerType!]!` from `TeamQuestionnaireStateType` type Closes #432
Loading
Please sign in to comment