mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 09:53:40 +01:00
* Add autoTagIgnored to database schema * Graphql changes * UI changes * Add field to edit performers dialog * Apply flag to autotag behaviour
30 lines
339 B
GraphQL
30 lines
339 B
GraphQL
fragment StudioData on Studio {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
parent_studio {
|
|
id
|
|
name
|
|
url
|
|
image_path
|
|
}
|
|
child_studios {
|
|
id
|
|
name
|
|
image_path
|
|
}
|
|
ignore_auto_tag
|
|
image_path
|
|
scene_count
|
|
image_count
|
|
gallery_count
|
|
movie_count
|
|
stash_ids {
|
|
stash_id
|
|
endpoint
|
|
}
|
|
details
|
|
rating
|
|
aliases
|
|
}
|