mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 20:07:05 +03:00
18 lines
190 B
GraphQL
18 lines
190 B
GraphQL
fragment SlimGroupData on Group {
|
|
id
|
|
name
|
|
front_image_path
|
|
rating100
|
|
}
|
|
|
|
fragment SelectGroupData on Group {
|
|
id
|
|
name
|
|
aliases
|
|
date
|
|
studio {
|
|
name
|
|
}
|
|
front_image_path
|
|
}
|