Submit one or more answers to a line of an in-progress session. Advances that line to its next required, visible, unanswered question; when none remain the line completes and a response is finalized (superseding any prior COMPLETE for the identity). The session itself completes only once every line is COMPLETED.
Mutation.
questionnaireAnswersSubmit
Submit one or more answers to a line of an in-progress session. Advances that line to its next required, visible, unanswered question; when none remain the line completes and a response is finalized (superseding any prior COMPLETE for the identity). The session itself completes only once every line is COMPLETED.
Arguments
input
QuestionnaireAnswersSubmitInput!
Required
Returns:
QuestionnaireSession!
type Mutation { questionnaireAnswersSubmit(input: QuestionnaireAnswersSubmitInput!): QuestionnaireSession! }