Show new tracker search result data

- score
- totalChapters
This commit is contained in:
schroda
2025-07-19 16:26:05 +02:00
parent b9d6339270
commit 13a7d21e60
6 changed files with 92 additions and 30 deletions

View File

@@ -19,6 +19,8 @@ export const TRACK_RECORD_SEARCH_FIELDS = gql`
startDate
publishingStatus
summary
score
totalChapters
}
`;