Skip to content

Commit

Permalink
Update getPages.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
azdak committed Oct 24, 2024
1 parent ffc4742 commit e74c851
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routes/getPages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const getPages = async ({ request, reply }) => {
request,
query: `
query($limit: Int, $offset: Int){
urls(limit: $limit, offset: $offset, order_by: {updated_at: desc}) {
urls(limit: $limit, offset: $offset, order_by: {updated_at: desc}) {
url
id
property {
Expand All @@ -17,10 +17,10 @@ export const getPages = async ({ request, reply }) => {
processing
}
}
}
urls_aggregate {
aggregate {
count
urls_aggregate {
aggregate {
count
}
}
}
`,
Expand Down

0 comments on commit e74c851

Please sign in to comment.