feat: pages admin + path parsing fixes
This commit is contained in:
		
							
								
								
									
										27
									
								
								client/graph/admin/pages/pages-query-single.gql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								client/graph/admin/pages/pages-query-single.gql
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
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
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user