feat: add category field to Filter object

This commit is contained in:
Hongbo Wu
2023-07-03 19:06:45 +08:00
parent a413521e3b
commit 599d61016e
6 changed files with 28 additions and 0 deletions

View File

@ -674,6 +674,7 @@ type FeedArticlesSuccess {
}
type Filter {
category: String!
createdAt: Date!
description: String
filter: String!
@ -1617,6 +1618,7 @@ enum SaveFilterErrorCode {
}
input SaveFilterInput {
category: String!
description: String
filter: String!
id: ID