mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont query for recommendations
This commit is contained in:
parent
788b44c7c9
commit
a92db4e216
2 changed files with 0 additions and 13 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -890,7 +890,6 @@ export type ArticleAttributes = {
|
|||
labels?: Label[]
|
||||
state?: State
|
||||
directionality?: TextDirection
|
||||
recommendations?: Recommendation[]
|
||||
}
|
||||
|
||||
type MoveToFolderData = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue