lesstrict

This commit is contained in:
2022-08-09 05:29:30 +03:00
parent 72c9bf9bb7
commit d20cd1e521
3 changed files with 11 additions and 9 deletions

View File

@@ -322,7 +322,7 @@ type Reaction {
type Author {
slug: String!
name: String!
name: String
userpic: String
caption: String # only for full shout
}
@@ -333,7 +333,7 @@ type Shout {
slug: String!
body: String!
createdAt: DateTime!
authors: [Author!]!
authors: [Author]
# ratings: [Rating]
community: String
cover: String