Skip to content

Commit 211a60d

Browse files
committed
added timestamp attrs to rating schema
1 parent 0317ff7 commit 211a60d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/schema/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ const Schema = gql`
197197
cohort: Cohort!
198198
average: String
199199
feedbacks: [RatingMessageTemp]
200+
createdAt: String
201+
updatedAt: String
200202
}
201203
202204
type AddRating {

0 commit comments

Comments
 (0)