stash/graphql/documents/data/studio-slim.graphql

15 lines
155 B
GraphQL
Raw Normal View History

fragment SlimStudioData on Studio {
id
name
image_path
2020-10-24 03:31:39 +00:00
stash_ids {
endpoint
stash_id
}
parent_studio {
id
}
details
rating
2020-10-24 03:31:39 +00:00
}