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.

16 lines
203 B

  1. query {
  2. search {
  3. searchEngines(orderBy: "title ASC") {
  4. isEnabled
  5. key
  6. title
  7. description
  8. logo
  9. website
  10. config {
  11. key
  12. value
  13. }
  14. }
  15. }
  16. }