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.

17 lines
204 B

  1. query {
  2. pages {
  3. list {
  4. id
  5. locale
  6. path
  7. title
  8. description
  9. contentType
  10. isPublished
  11. isPrivate
  12. privateNS
  13. createdAt
  14. updatedAt
  15. }
  16. }
  17. }