ApplicationQuestionnaireComponentInput
Input object

A component of the questionnaire to be created.

Fields

Name
Description
componentTypeCode* 
String!
The type of the component.Currently, two codes are defined:
  • PrivacyConsent corresponds to the privacyConsent field.
  • Question corresponds to the question and libraryQuestion fields.
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.
A privacy consent component of an ApplicationQuestionnaire.This must be provided if the componentTypeCode is PrivacyConsent.
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