mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
* Fix makeTagFilter mode * Remove studio_tags filter criterion This is handled by studios_filter. The support for this still needs to be added in the UI, so I have removed the criterion options in the short-term. --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
19 lines
197 B
GraphQL
19 lines
197 B
GraphQL
fragment SlimStudioData on Studio {
|
|
id
|
|
name
|
|
image_path
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
parent_studio {
|
|
id
|
|
}
|
|
details
|
|
rating100
|
|
aliases
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
}
|