mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove labels in getArticles query
This commit is contained in:
parent
f9bdc84980
commit
3d98604d97
1 changed files with 0 additions and 5 deletions
|
|
@ -6,7 +6,6 @@ import { articleFragment } from '../fragments/articleFragment'
|
|||
import { setLinkArchivedMutation } from '../mutations/setLinkArchivedMutation'
|
||||
import { deleteLinkMutation } from '../mutations/deleteLinkMutation'
|
||||
import { articleReadingProgressMutation } from '../mutations/articleReadingProgressMutation'
|
||||
import { labelFragment } from '../fragments/labelFragment'
|
||||
|
||||
export type LibraryItemsQueryInput = {
|
||||
limit: number
|
||||
|
|
@ -90,9 +89,6 @@ export function useGetLibraryItemsQuery({
|
|||
cursor
|
||||
node {
|
||||
...ArticleFields
|
||||
labels {
|
||||
...LabelFields
|
||||
}
|
||||
originalArticleUrl
|
||||
}
|
||||
}
|
||||
|
|
@ -110,7 +106,6 @@ export function useGetLibraryItemsQuery({
|
|||
}
|
||||
}
|
||||
${articleFragment}
|
||||
${labelFragment}
|
||||
`
|
||||
|
||||
const variables = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue