mirror of https://github.com/stashapp/stash.git
5 lines
62 B
GraphQL
5 lines
62 B
GraphQL
|
fragment SlimStudioData on Studio {
|
||
|
id
|
||
|
name
|
||
|
image_path
|
||
|
}
|