mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
11 lines
156 B
GraphQL
11 lines
156 B
GraphQL
query SceneWall($q: String) {
|
|
sceneWall(q: $q) {
|
|
...SceneData
|
|
}
|
|
}
|
|
|
|
query MarkerWall($q: String) {
|
|
markerWall(q: $q) {
|
|
...SceneMarkerData
|
|
}
|
|
} |