tuist/projects/cloud/app/frontend/graphql/ClearRemoteCacheStorage.gra...

12 lines
195 B
GraphQL

mutation ClearRemoteCacheStorage($input: ClearRemoteCacheStorageInput!) {
clearRemoteCacheStorage(input: $input) {
bucket {
id
}
errors {
message
path
}
}
}