From ae85b32f697ef053a960d736968ee02f79a81b9a Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Thu, 27 Mar 2025 14:06:52 -0300 Subject: [PATCH] feat(type.qraphql): SearchResult with shout id --- schema/type.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/type.graphql b/schema/type.graphql index 7a8344da..b4d4ba50 100644 --- a/schema/type.graphql +++ b/schema/type.graphql @@ -207,6 +207,7 @@ type CommonResult { } type SearchResult { + id: Int! slug: String! title: String! cover: String