feat: add description to tags, update the tags input structure, make post title biggest

This commit is contained in:
MTG2000
2022-07-11 14:52:01 +03:00
parent 6a55cb5b04
commit 3f6c344d16
15 changed files with 101 additions and 53 deletions

View File

@@ -201,6 +201,7 @@ input StoryInputType {
}
type Tag {
description: String
icon: String
id: Int!
isOfficial: Boolean