Update Post slug to be non-nullable

This commit is contained in:
mattwr18 2019-11-27 17:45:05 +01:00
parent d18d9228b0
commit c6f16497fa

View File

@ -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