18 lines
		
	
	
		
			204 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			204 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
query {
 | 
						|
  pages {
 | 
						|
    list {
 | 
						|
      id
 | 
						|
      locale
 | 
						|
      path
 | 
						|
      title
 | 
						|
      description
 | 
						|
      contentType
 | 
						|
      isPublished
 | 
						|
      isPrivate
 | 
						|
      privateNS
 | 
						|
      createdAt
 | 
						|
      updatedAt
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |