mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #128 from omnivore-app/fix/rm-labels-from-get-article
Remove the labels query from GetArticle
This commit is contained in:
commit
f6951f468e
1 changed files with 0 additions and 4 deletions
|
|
@ -76,9 +76,6 @@ const query = gql`
|
|||
highlights(input: { includeFriends: $includeFriendsHighlights }) {
|
||||
...HighlightFields
|
||||
}
|
||||
labels {
|
||||
...LabelFields
|
||||
}
|
||||
}
|
||||
}
|
||||
... on ArticleError {
|
||||
|
|
@ -88,7 +85,6 @@ const query = gql`
|
|||
}
|
||||
${articleFragment}
|
||||
${highlightFragment}
|
||||
${labelFragment}
|
||||
`
|
||||
export const cacheArticle = (
|
||||
mutate: ScopedMutator,
|
||||
|
|
|
|||
Loading…
Reference in a new issue