SurveyQuestion
Represents a question within a survey.
type SurveyQuestion {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
}
Fields
SurveyQuestion.createdAt ● DateTime! non-null scalar
The date and time the record was created.
SurveyQuestion.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
SurveyQuestion.id ● ID! non-null scalar
The unique identifier of the survey question.
SurveyQuestion.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
SurveyQuestion.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
SurveyQuestion.name ● String! non-null scalar
A short name/title for the question.
Member Of
QuestionResponse object