add siteName in api response

This commit is contained in:
Hongbo Wu
2022-07-13 10:57:54 +08:00
parent 3a31757c59
commit cb1d64cd82
3 changed files with 4 additions and 0 deletions

View File

@ -1454,6 +1454,7 @@ enum TypeaheadSearchErrorCode {
type TypeaheadSearchItem {
id: ID!
siteName: String
slug: String!
title: String!
}