mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
output createdAt and updatedAt on comments
This commit is contained in:
parent
e79cc6977d
commit
811dee372b
@ -139,6 +139,8 @@ type Comment {
|
||||
content: String!
|
||||
contentExcerpt: String
|
||||
post: Post @relation(name: "COMMENT", direction: "OUT")
|
||||
createdAt: String,
|
||||
updatedAt: String,
|
||||
deleted: Boolean
|
||||
disabled: Boolean
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user