mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add createdAt and updatedAt attributes to article tests GQL
This commit is contained in:
parent
4e60a2d878
commit
278d56baef
1 changed files with 5 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ const articlesQuery = (after = '') => {
|
|||
id
|
||||
url
|
||||
linkId
|
||||
createdAt
|
||||
updatedAt
|
||||
originalArticleUrl
|
||||
labels {
|
||||
id
|
||||
|
|
@ -150,6 +152,7 @@ const getArticleQuery = (slug: string) => {
|
|||
annotation
|
||||
sharedAt
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -174,6 +177,8 @@ const searchQuery = (keyword = '') => {
|
|||
node {
|
||||
id
|
||||
url
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
pageInfo {
|
||||
|
|
|
|||
Loading…
Reference in a new issue