pages-query-list.gql 204 B

1234567891011121314151617
  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. }