mirror of https://github.com/stashapp/stash.git
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
|
||
|
}
|
||
|
}
|