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.

27 lines
356 B

  1. query {
  2. storage {
  3. targets {
  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. actions {
  21. handler
  22. label
  23. hint
  24. }
  25. }
  26. }
  27. }