wikijs-fork/client/graph/admin/pages/pages-query-single.gql

28 lines
396 B
Plaintext
Raw Normal View History

2019-07-02 05:48:19 +00:00
query($id: Int!) {
pages {
single(id:$id) {
id
path
hash
title
description
isPrivate
isPublished
privateNS
publishStartDate
publishEndDate
contentType
createdAt
updatedAt
editor
locale
authorId
authorName
authorEmail
creatorId
creatorName
creatorEmail
}
}
}