Files
stash/graphql/documents/data/studio.graphql
WithoutPants ea54a67798 Add scene/image/gallery popover count buttons for performer/studio/tag cards (#1293)
* Add counts to graphql schema
* Add count resolvers and query refactor
* Add count popover buttons
2021-04-15 10:46:31 +10:00

35 lines
412 B
GraphQL

fragment StudioData on Studio {
id
checksum
name
url
parent_studio {
id
checksum
name
url
image_path
scene_count
image_count
gallery_count
}
child_studios {
id
checksum
name
url
image_path
scene_count
image_count
gallery_count
}
image_path
scene_count
image_count
gallery_count
stash_ids {
stash_id
endpoint
}
}