stash/ui/v2.5/graphql/data/studio-slim.graphql
Ian McKenzie 180a0fa8dd
Add updated_at field to stash_id's (#5259)
* Add updated_at field to stash_id's
* Only set updated at on stash ids when actually updating in identify

---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2024-10-31 15:56:16 +11:00

20 lines
212 B
GraphQL

fragment SlimStudioData on Studio {
id
name
image_path
stash_ids {
endpoint
stash_id
updated_at
}
parent_studio {
id
}
details
rating100
aliases
tags {
id
name
}
}