Add siteName in search result web
This commit is contained in:
@ -75,6 +75,7 @@ export type LibraryItemNode = {
|
||||
annotation: string
|
||||
state: State
|
||||
pageType: PageType
|
||||
siteName?: string
|
||||
}
|
||||
|
||||
export type PageInfo = {
|
||||
@ -125,6 +126,7 @@ export function useGetLibraryItemsQuery({
|
||||
quote
|
||||
annotation
|
||||
state
|
||||
siteName
|
||||
}
|
||||
}
|
||||
pageInfo {
|
||||
|
||||
Reference in New Issue
Block a user