mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Revert changes (#513)
* Revert "Remove includePending" This reverts commitd9c58a6ee2. * Revert "Remove state" This reverts commite2b6cadfda. * Revert "Remove slug in articleSavingRequest" This reverts commit4502bece36.
This commit is contained in:
parent
46aac8ac0a
commit
c089b74af9
3 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ export const articleFragment = gql`
|
|||
isArchived
|
||||
description
|
||||
linkId
|
||||
state
|
||||
}
|
||||
`
|
||||
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ export function useGetArticleSavingStatus({
|
|||
...HighlightFields
|
||||
}
|
||||
}
|
||||
slug
|
||||
}
|
||||
}
|
||||
... on ArticleSavingRequestError {
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ const libraryItemFragment = gql`
|
|||
isArchived
|
||||
description
|
||||
linkId
|
||||
state
|
||||
labels {
|
||||
...LabelFields
|
||||
}
|
||||
|
|
@ -110,6 +111,7 @@ export function useGetLibraryItemsQuery({
|
|||
first: $first
|
||||
after: $after
|
||||
query: $query
|
||||
includePending: true
|
||||
) {
|
||||
... on ArticlesSuccess {
|
||||
edges {
|
||||
|
|
|
|||
Loading…
Reference in a new issue