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