site-query-config.gql 224 B

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