diff --git a/backend/src/schema/types/type/Post.gql b/backend/src/schema/types/type/Post.gql index fd387981d..f034926da 100644 --- a/backend/src/schema/types/type/Post.gql +++ b/backend/src/schema/types/type/Post.gql @@ -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