mirror of https://github.com/Requarks/wiki.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
396 B
27 lines
396 B
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
|
|
}
|
|
}
|
|
}
|