123456789101112131415161718192021222324252627 |
- 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
- }
- }
- }
|