mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
8 lines
95 B
GraphQL
8 lines
95 B
GraphQL
subscription configUpdates {
|
|
configUpdates {
|
|
setting {
|
|
key
|
|
value
|
|
}
|
|
}
|
|
}
|