mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update Post slug to be non-nullable
This commit is contained in:
parent
d18d9228b0
commit
c6f16497fa
@ -113,7 +113,7 @@ type Post {
|
||||
objectId: String
|
||||
author: User @relation(name: "WROTE", direction: "IN")
|
||||
title: String!
|
||||
slug: String
|
||||
slug: String!
|
||||
content: String!
|
||||
contentExcerpt: String
|
||||
image: String
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user