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