mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 09:53:40 +01:00
17 lines
190 B
GraphQL
17 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
|
|
}
|