stash/graphql/documents/data/studio.graphql

29 lines
307 B
GraphQL
Raw Normal View History

2019-02-09 12:30:49 +00:00
fragment StudioData on Studio {
id
checksum
name
url
parent_studio {
id
name
url
image_path
}
child_studios {
id
name
image_path
}
2019-02-09 12:30:49 +00:00
image_path
scene_count
image_count
gallery_count
2020-10-24 03:31:39 +00:00
stash_ids {
stash_id
endpoint
}
details
rating
aliases
2019-02-09 12:30:49 +00:00
}