SurveyUpdateTreeInput
No description
input SurveyUpdateTreeInput {
allowlistIds: [Int]
anonymous: Boolean
childrenIds: [Int]
clientMutationId: String
companyThemeId: Int
experienceId: Int
hrUiData: String
identityTypes: [SurveyIdentityType]
industryId: Int
jobTypeId: Int
language: String
linkedAssessments: [SurveyAssessmentLinkCreateInput]
name: String
nextId: Int
numberOfQuestions: Int
occupationsIds: [Int]
order: Int
ownersIds: [Int]
parentId: Int
previousId: Int
profile: SurveyProfileInput
questions: [SurveyQuestionInput]
status: SurveyStatus
subjectCan: SubjectCanInput
surveyPurpose: SurveyPurpose
surveyType: SurveyType
thankyouPage: PageInput
timeout: Int
welcomePage: PageInput
responseNotificationsEnabled: Boolean
responseNotificationsFrequency: ResponseNotificationFrequency
responseNotificationsReceivers: [Int]
id: Int!
}
Fields
SurveyUpdateTreeInput.allowlistIds
● [Int]
list scalar
SurveyUpdateTreeInput.anonymous
● Boolean
scalar
SurveyUpdateTreeInput.childrenIds
● [Int]
list scalar
SurveyUpdateTreeInput.clientMutationId
● String
scalar
SurveyUpdateTreeInput.companyThemeId
● Int
scalar
SurveyUpdateTreeInput.experienceId
● Int
scalar
SurveyUpdateTreeInput.hrUiData
● String
scalar
SurveyUpdateTreeInput.identityTypes
● [SurveyIdentityType]
list enum
SurveyUpdateTreeInput.industryId
● Int
scalar
SurveyUpdateTreeInput.jobTypeId
● Int
scalar
SurveyUpdateTreeInput.language
● String
scalar
SurveyUpdateTreeInput.linkedAssessments
● [SurveyAssessmentLinkCreateInput]
list input
SurveyUpdateTreeInput.name
● String
scalar
SurveyUpdateTreeInput.nextId
● Int
scalar
SurveyUpdateTreeInput.numberOfQuestions
● Int
scalar
SurveyUpdateTreeInput.occupationsIds
● [Int]
list scalar
SurveyUpdateTreeInput.order
● Int
scalar
SurveyUpdateTreeInput.ownersIds
● [Int]
list scalar
SurveyUpdateTreeInput.parentId
● Int
scalar
SurveyUpdateTreeInput.previousId
● Int
scalar
SurveyUpdateTreeInput.profile
● SurveyProfileInput
input
SurveyUpdateTreeInput.questions
● [SurveyQuestionInput]
list input
SurveyUpdateTreeInput.status
● SurveyStatus
enum
SurveyUpdateTreeInput.subjectCan
● SubjectCanInput
input
SurveyUpdateTreeInput.surveyPurpose
● SurveyPurpose
enum
SurveyUpdateTreeInput.surveyType
● SurveyType
enum
SurveyUpdateTreeInput.thankyouPage
● PageInput
input
SurveyUpdateTreeInput.timeout
● Int
scalar
SurveyUpdateTreeInput.welcomePage
● PageInput
input
SurveyUpdateTreeInput.responseNotificationsEnabled
● Boolean
scalar
SurveyUpdateTreeInput.responseNotificationsFrequency
● ResponseNotificationFrequency
enum
SurveyUpdateTreeInput.responseNotificationsReceivers
● [Int]
list scalar
SurveyUpdateTreeInput.id
● Int!
non-null scalar
Member Of
surveyUpdateTree
mutation