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