18 lines
210 B
Plaintext
18 lines
210 B
Plaintext
|
query {
|
||
|
logging {
|
||
|
loggers(orderBy: "title ASC") {
|
||
|
isEnabled
|
||
|
key
|
||
|
title
|
||
|
description
|
||
|
logo
|
||
|
website
|
||
|
level
|
||
|
config {
|
||
|
key
|
||
|
value
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|