feat: admin list pages + editor media ui imrprovements
This commit is contained in:
17
client/graph/admin/pages/pages-query-list.gql
Normal file
17
client/graph/admin/pages/pages-query-list.gql
Normal file
@@ -0,0 +1,17 @@
|
||||
query {
|
||||
pages {
|
||||
list {
|
||||
id
|
||||
locale
|
||||
path
|
||||
title
|
||||
description
|
||||
contentType
|
||||
isPublished
|
||||
isPrivate
|
||||
privateNS
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user