AtsSyncCandidateSyncApplicationQuestionAndAnswerInput
Input Object
Enumerations for application questions and answers.
Fields
id ID! Required
Unique ID for this question.
question String! Required
The question text that applicants see.
answer String
Optional answer to the question.
Example
{"id": "opaqueId", "question": "xyz789", "answer": "xyz789"}