wikijs-fork/client/graph/admin/dashboard/dashboard-query-recentpages.gql

18 lines
257 B
GraphQL

query {
pages {
list(limit: 10, orderBy: UPDATED, orderByDirection: DESC) {
id
locale
path
title
description
contentType
isPublished
isPrivate
privateNS
createdAt
updatedAt
}
}
}