comminity-author-link-name-fix
Some checks failed
deploy / deploy (push) Failing after 1m22s

This commit is contained in:
2023-12-16 20:03:00 +03:00
parent d0ce4dd3d3
commit cd0ba88462
2 changed files with 4 additions and 3 deletions

View File

@@ -77,8 +77,9 @@ type Author {
last_seen: Int
updated_at: Int
deleted_at: Int
# ratings
stat: AuthorStat # synthetic
# synthetic
stat: AuthorStat # ratings inside
communities: [Community]
}
type ReactionUpdating {