mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
10 lines
120 B
GraphQL
10 lines
120 B
GraphQL
query SystemStatus {
|
|
systemStatus {
|
|
databaseSchema
|
|
databasePath
|
|
appSchema
|
|
status
|
|
configPath
|
|
}
|
|
}
|