Skip to main content

QuestionCategory

Represents a category used to group questions within a survey.

type QuestionCategory {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
}

Fields

QuestionCategory.createdAt ● DateTime! non-null scalar

The date and time the record was created.

QuestionCategory.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

QuestionCategory.id ● ID! non-null scalar

The unique identifier of the question category.

QuestionCategory.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

QuestionCategory.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

QuestionCategory.name ● String! non-null scalar

The name of the question category.

Member Of

SurveyQuestion object