DEV

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

No description
GraphQL
1
2
3
type Mutation {
  questionnaireAnswersSubmit(input: QuestionnaireAnswersSubmitInput!): QuestionnaireSession!
}
Book a demo

Was this page helpful?