fix typo 2

This commit is contained in:
Tony Rewin 2021-11-22 09:38:14 +03:00
parent 252807b3b1
commit e31b6d450a
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ def migrate(entry):
deletedAt: DateTime
deletedBy: Int
rating: Int
ratigns: [CommentRating]
ratings: [CommentRating]
views: Int
old_id: String
old_thread: String

View File

@ -53,7 +53,7 @@ def migrate(entry, users_by_oid, topics_by_oid):
deletedAt: DateTime
deletedBy: Int
rating: Int
ratigns: [Rating]
ratings: [Rating]
published: Bool!
publishedAt: DateTime # if there is no published field - it is not published
replyTo: String # another shout

View File

@ -216,7 +216,7 @@ type Comment {
deletedAt: DateTime
deletedBy: Int
rating: Int
ratigns: [CommentRating]
ratings: [CommentRating]
views: Int
old_id: String
old_thread: String
@ -238,7 +238,7 @@ type Shout {
createdAt: DateTime!
authors: [User!]!
comments: [Comment]
ratigns: [Rating]
ratings: [Rating]
visibleFor: [User]
community: Int
cover: String