search-results-fix
Some checks failed
deploy / deploy (push) Failing after 1m24s

This commit is contained in:
2023-12-25 04:27:02 +03:00
parent a4b0fd1a46
commit 15fbc56d78
2 changed files with 27 additions and 2 deletions

View File

@@ -293,6 +293,11 @@ type Result {
type SearchResult {
slug: String!
title: String!
cover: String
main_topic: String
created_at: Int
authors: [Author]
topics: [Topic]
score: Float!
}