feat: admin dashboard recent pages + update deps
This commit is contained in:
17
client/graph/admin/dashboard/dashboard-query-recentpages.gql
Normal file
17
client/graph/admin/dashboard/dashboard-query-recentpages.gql
Normal file
@@ -0,0 +1,17 @@
|
||||
query {
|
||||
pages {
|
||||
list(limit: 10, orderBy: UPDATED, orderByDirection: DESC) {
|
||||
id
|
||||
locale
|
||||
path
|
||||
title
|
||||
description
|
||||
contentType
|
||||
isPublished
|
||||
isPrivate
|
||||
privateNS
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user