fix typo 2
This commit is contained in:
parent
252807b3b1
commit
e31b6d450a
|
@ -37,7 +37,7 @@ def migrate(entry):
|
||||||
deletedAt: DateTime
|
deletedAt: DateTime
|
||||||
deletedBy: Int
|
deletedBy: Int
|
||||||
rating: Int
|
rating: Int
|
||||||
ratigns: [CommentRating]
|
ratings: [CommentRating]
|
||||||
views: Int
|
views: Int
|
||||||
old_id: String
|
old_id: String
|
||||||
old_thread: String
|
old_thread: String
|
||||||
|
|
|
@ -53,7 +53,7 @@ def migrate(entry, users_by_oid, topics_by_oid):
|
||||||
deletedAt: DateTime
|
deletedAt: DateTime
|
||||||
deletedBy: Int
|
deletedBy: Int
|
||||||
rating: Int
|
rating: Int
|
||||||
ratigns: [Rating]
|
ratings: [Rating]
|
||||||
published: Bool!
|
published: Bool!
|
||||||
publishedAt: DateTime # if there is no published field - it is not published
|
publishedAt: DateTime # if there is no published field - it is not published
|
||||||
replyTo: String # another shout
|
replyTo: String # another shout
|
||||||
|
|
|
@ -216,7 +216,7 @@ type Comment {
|
||||||
deletedAt: DateTime
|
deletedAt: DateTime
|
||||||
deletedBy: Int
|
deletedBy: Int
|
||||||
rating: Int
|
rating: Int
|
||||||
ratigns: [CommentRating]
|
ratings: [CommentRating]
|
||||||
views: Int
|
views: Int
|
||||||
old_id: String
|
old_id: String
|
||||||
old_thread: String
|
old_thread: String
|
||||||
|
@ -238,7 +238,7 @@ type Shout {
|
||||||
createdAt: DateTime!
|
createdAt: DateTime!
|
||||||
authors: [User!]!
|
authors: [User!]!
|
||||||
comments: [Comment]
|
comments: [Comment]
|
||||||
ratigns: [Rating]
|
ratings: [Rating]
|
||||||
visibleFor: [User]
|
visibleFor: [User]
|
||||||
community: Int
|
community: Int
|
||||||
cover: String
|
cover: String
|
||||||
|
|
Loading…
Reference in New Issue
Block a user