Skip to main content

QuestionnaireCreate

Create a new Questionnaire resource.

Mutation

mutation QuestionnaireCreate($input: QuestionnaireCreateInput!) {
QuestionnaireCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Questionnaire resource.