mirror of
https://github.com/stashapp/stash.git
synced 2026-01-02 21:52:26 +01:00
* Update apollo client * Overhaul graphql client cache invalidation * Fix tagger studio link display update * Add graphql formatting
3 lines
64 B
GraphQL
3 lines
64 B
GraphQL
mutation DeleteFiles($ids: [ID!]!) {
|
|
deleteFiles(ids: $ids)
|
|
}
|