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