Dont query for recommendations

This commit is contained in:
Jackson Harper 2024-08-13 16:41:44 +08:00
parent 788b44c7c9
commit a92db4e216
2 changed files with 0 additions and 13 deletions

View file

@ -69,18 +69,6 @@ export const GQL_SEARCH_QUERY = gql`
readAt
savedAt
wordsCount
recommendations {
id
name
note
user {
userId
name
username
profileImageURL
}
recommendedAt
}
highlights {
...HighlightFields
}

View file

@ -890,7 +890,6 @@ export type ArticleAttributes = {
labels?: Label[]
state?: State
directionality?: TextDirection
recommendations?: Recommendation[]
}
type MoveToFolderData = {