add siteName in api response
This commit is contained in:
@ -1454,6 +1454,7 @@ enum TypeaheadSearchErrorCode {
|
||||
|
||||
type TypeaheadSearchItem {
|
||||
id: ID!
|
||||
siteName: String
|
||||
slug: String!
|
||||
title: String!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user