stash-bot/graphql/client.graphql
2023-07-05 10:37:32 +03:00

8 lines
No EOL
77 B
GraphQL

query getAllImages {
allImages {
id
paths {
image
}
}
}