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

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