File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
server/src/generated/prisma-client Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ var models = [
20
20
exports . Prisma = prisma_lib_1 . makePrismaClientClass ( {
21
21
typeDefs,
22
22
models,
23
- endpoint : ``
23
+ endpoint : `` ,
24
+ secret : `mysecret123`
24
25
} ) ;
25
26
exports . prisma = new exports . Prisma ( ) ;
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ enum LinkOrderByInput {
82
82
description_DESC
83
83
url_ASC
84
84
url_DESC
85
+ updatedAt_ASC
86
+ updatedAt_DESC
85
87
}
86
88
87
89
type LinkPreviousValues {
@@ -420,6 +422,10 @@ enum UserOrderByInput {
420
422
email_DESC
421
423
password_ASC
422
424
password_DESC
425
+ createdAt_ASC
426
+ createdAt_DESC
427
+ updatedAt_ASC
428
+ updatedAt_DESC
423
429
}
424
430
425
431
type UserPreviousValues {
@@ -620,6 +626,10 @@ type VoteEdge {
620
626
enum VoteOrderByInput {
621
627
id_ASC
622
628
id_DESC
629
+ createdAt_ASC
630
+ createdAt_DESC
631
+ updatedAt_ASC
632
+ updatedAt_DESC
623
633
}
624
634
625
635
type VotePreviousValues {
You can’t perform that action at this time.
0 commit comments