Skip to main content

Testimonial

Contains data for a testimonial.

type Testimonial {
id: ID
createdAt: Date
user: User
body: String
rating: Int
}

Fields

Testimonial.id ● ID scalar

The id of the testimonial.

Testimonial.createdAt ● Date scalar

The time the testimonial was created.

Testimonial.user ● User object

The user who submits the testimonial.

Testimonial.body ● String scalar

The body of the testimonial.

Testimonial.rating ● Int scalar

The rating of the testimonial.

Returned by

CourseGroupTestimonials query ● SubmitTestimonial mutation

Member of

CourseTab object