stash/graphql/documents/data/studio.graphql

29 lines
314 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
checksum
name
url
image_path
scene_count
}
child_studios {
id
checksum
name
url
image_path
scene_count
}
2019-02-09 12:30:49 +00:00
image_path
scene_count
2020-10-24 03:31:39 +00:00
stash_ids {
stash_id
endpoint
}
2019-02-09 12:30:49 +00:00
}