ApplicationQuestionnaireComponentInput| Name | Description |
|---|---|
String! | The type of the component.Currently, two codes are defined:
|
ApplicationLibraryQuestionInput | A library question component of an ApplicationQuestionnaire.Either this or question must be provided if the componentTypeCode is Question.The SEEK library question is sourced from the applicationLibraryQuestionSuggestions query. |
ApplicationPrivacyConsentInput | A privacy consent component of an ApplicationQuestionnaire.This must be provided if the componentTypeCode is PrivacyConsent. |
ApplicationQuestionInput | A question component of an ApplicationQuestionnaire.Either this or libraryQuestion must be provided if the componentTypeCode is Question. |
| Parent name | Parent type | Description |
|---|---|---|
| CreateApplicationQuestionnaire_ApplicationQuestionnaireInput | Input Object | components field |