mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 17:02:38 +01:00
* 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>
20 lines
212 B
GraphQL
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
|
|
}
|
|
}
|