added description field to shout (#75)

This commit is contained in:
Igor Lobanov
2023-08-21 13:30:18 +02:00
committed by GitHub
parent 58d1ae5e67
commit 5d4cfe0819
2 changed files with 2 additions and 0 deletions

View File

@@ -404,6 +404,7 @@ type Shout {
slug: String!
body: String!
lead: String
description: String
createdAt: DateTime!
topics: [Topic]
mainTopic: String