mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Config Tweaks
Using viper for config management. Added configuration endpoint.
This commit is contained in:
11
schema/documents/queries/legacy.graphql
Normal file
11
schema/documents/queries/legacy.graphql
Normal file
@@ -0,0 +1,11 @@
|
||||
query SceneWall($q: String) {
|
||||
sceneWall(q: $q) {
|
||||
...SceneData
|
||||
}
|
||||
}
|
||||
|
||||
query MarkerWall($q: String) {
|
||||
markerWall(q: $q) {
|
||||
...SceneMarkerData
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user