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
198 B

  1. query {
  2. analytics {
  3. providers {
  4. isEnabled
  5. key
  6. title
  7. description
  8. isAvailable
  9. logo
  10. website
  11. config {
  12. key
  13. value
  14. }
  15. }
  16. }
  17. }