mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +01:00
* Update apollo client * Overhaul graphql client cache invalidation * Fix tagger studio link display update * Add graphql formatting
11 lines
157 B
GraphQL
11 lines
157 B
GraphQL
query SceneWall($q: String) {
|
|
sceneWall(q: $q) {
|
|
...SceneData
|
|
}
|
|
}
|
|
|
|
query MarkerWall($q: String) {
|
|
markerWall(q: $q) {
|
|
...SceneMarkerData
|
|
}
|
|
}
|