CreateSessionSurveyConfigurationInput
Defines the input for associating a session survey with a session.
input CreateSessionSurveyConfigurationInput {
alias: String!
surveyId: ID!
}
Fields
CreateSessionSurveyConfigurationInput.alias
● String!
non-null scalar
UTF-8 string that represents the alias for the survey for the session. The alias should be unique for a session survey within an event.
An alias can only contain lower-case, alphameric and hyphen characters: [a-z0-9-].
CreateSessionSurveyConfigurationInput.surveyId
● ID!
non-null scalar
The unique identifier for the session survey for the session.
Member Of
CreateSessionInput
input