2
0

site-query-config.gql 256 B

123456789101112131415161718
  1. {
  2. site {
  3. config {
  4. host
  5. title
  6. description
  7. robots
  8. analyticsService
  9. analyticsId
  10. company
  11. hasLogo
  12. logoIsSquare
  13. featurePageRatings
  14. featurePageComments
  15. featurePersonalWikis
  16. }
  17. }
  18. }