DEV

Mutation.

questionnaireResponseSubmit

One-shot submit of all answers to a program's ACTIVE questionnaire for an item. Validates the answers against the version (no answer for a hidden question; every required visible question answered) and persists a COMPLETE response, superseding any prior COMPLETE response for the same (program, item, route).

Arguments

No description
GraphQL
1
2
3
type Mutation {
  questionnaireResponseSubmit(input: QuestionnaireResponseSubmitInput!): QuestionnaireResponse!
}
Book a demo

Was this page helpful?