A component of the questionnaire to be created.
Fields
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 . |
Seen in
Parent name | Parent type | Description |
---|---|---|
Input Object | components field |