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