OBJECT
type Page {id: Uuid! name: String # Page parent; if empty then document is rootparent: Uuid # Contentdisplay: String # Format: html | markdownformat: String # Document treedocument: String # Share: org | publicshare: String createdAt: DateTime! updatedAt: DateTime! status: String! config: String handle: String sortChildren: String sortOrder: Int dispatchQuery: String displayName: String }