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.

22 lines
311 B

  1. query {
  2. storage {
  3. targets(orderBy: "title ASC") {
  4. isAvailable
  5. isEnabled
  6. key
  7. title
  8. description
  9. logo
  10. website
  11. supportedModes
  12. mode
  13. hasSchedule
  14. syncInterval
  15. syncIntervalDefault
  16. config {
  17. key
  18. value
  19. }
  20. }
  21. }
  22. }