Skip to main content

QuestionTopicCreateInput

No description

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

Fields

QuestionTopicCreateInput.id ● Int scalar

QuestionTopicCreateInput.clientMutationId ● String scalar

QuestionTopicCreateInput.name ● String! non-null scalar

QuestionTopicCreateInput.order ● Int scalar

QuestionTopicCreateInput.jsPage ● PageInput input

QuestionTopicCreateInput.hrPage ● PageInput input

QuestionTopicCreateInput.questions ● [Int] list scalar

QuestionTopicCreateInput.questionLanguage ● String scalar

Member Of

questionTopicCreate mutation