Skip to main content

QuestionTopicUpdateInput

No description

input QuestionTopicUpdateInput {
id: Int!
clientMutationId: String
name: String
order: Int
jsPage: PageInput
hrPage: PageInput
questions: [Int]
questionLanguage: String
}

Fields

QuestionTopicUpdateInput.id ● Int! non-null scalar

QuestionTopicUpdateInput.clientMutationId ● String scalar

QuestionTopicUpdateInput.name ● String scalar

QuestionTopicUpdateInput.order ● Int scalar

QuestionTopicUpdateInput.jsPage ● PageInput input

QuestionTopicUpdateInput.hrPage ● PageInput input

QuestionTopicUpdateInput.questions ● [Int] list scalar

QuestionTopicUpdateInput.questionLanguage ● String scalar

Member Of

questionTopicUpdate mutation