Add createdAt and updatedAt attributes to article tests GQL

This commit is contained in:
Jackson Harper
2022-06-03 12:03:24 -07:00
parent 4e60a2d878
commit 278d56baef

View File

@ -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 {